Add missing return in fclose. #124
Annotations
1 error and 6 warnings
|
src/s3plugin.cpp#L586
unused variable 'buffer' [-Wunused-variable]
|
src/s3plugin.cpp#L1172
comparison of integers of different signs: 'long long' and 'const size_t' (aka 'const unsigned long') [-Wsign-compare]
|
src/s3plugin.cpp#L1174
comparison of integers of different signs: 'long long' and 'const size_t' (aka 'const unsigned long') [-Wsign-compare]
|
src/s3plugin.cpp#L1277
adding 'char' to a string does not append to the string [-Wstring-plus-int]
|
src/s3plugin.cpp#L1547
unused parameter 'stream' [-Wunused-parameter]
|
src/s3plugin.cpp#L1634
unused variable 'num_read' [-Wunused-variable]
|
The logs for this run have expired and are no longer available.
Loading