Fix typo #173
Annotations
7 warnings
src/gcsplugin.cpp#L13
ISO C++11 does not allow conversion from string literal to 'char *const' [-Wwritable-strings]
|
src/gcsplugin.cpp#L14
ISO C++11 does not allow conversion from string literal to 'char *const' [-Wwritable-strings]
|
src/gcsplugin.cpp#L15
ISO C++11 does not allow conversion from string literal to 'char *const' [-Wwritable-strings]
|
src/gcsplugin.cpp#L92
ISO C++11 does not allow conversion from string literal to 'char *const' [-Wwritable-strings]
|
src/gcsplugin.cpp#L357
variable 'multiFile' set but not used [-Wunused-but-set-variable]
|
src/gcsplugin.cpp#L448
unused parameter 'stream' [-Wunused-parameter]
|
src/gcsplugin.cpp#L29
unused variable 'kFailure' [-Wunused-const-variable]
|
This job succeeded
Loading