Conversation
|
The CIs failing because of |
Use |
408a638 to
9b4e30d
Compare
9b4e30d to
44184ca
Compare
I restored |
The aim to eliminate compiler warnings is great, but bear in mind that some compiler warnings are nonsense, requiring case-by-case judgement. |
|
I'm aware many compilation warnings are just annoyances, but if there are acceptable ways of getting rid of them, all the better. |
I agree, and try to help to sieve through these compiler warnings. For some of these warnings, I just don't know how to get rid off them without breaking compatibility. |
44184ca to
51e259d
Compare
|
Updated according to your initial review. The question on |
Great, please merge! Let's leave the question on |
_FILE_OFFSET_BITS is not set for Mac compiling with clang, but off_t is defined as a int64 (long long) type requiring a "lld" printf format.
Addresses -Wformat compiler warnings.
51e259d to
5c16319
Compare
Lifted out and moved this part to #1316. |
Addresses -Wformat compiler warnings.
5c16319 to
046db74
Compare
|
Ready, will merge on approval. |
_FILE_OFFSET_BITS is not set for Mac compiling with clang, but off_t is defined as a int64 (long long) type requiring a "lld" printf format.
Addresses -Wformat compiler warnings.
|
Thanks a lot. Cherry picked and pushed manually. |
_FILE_OFFSET_BITS is not set for Mac compiling with clang, but off_t is defined as a int64 (long long) type requiring a "lld" printf format.
Addresses -Wformat compiler warnings.
_FILE_OFFSET_BITS is not set for Mac compiling with clang, but off_t is defined as a int64 (long long) type requiring a "lld" printf format.
Addresses -Wformat compiler warnings.
_FILE_OFFSET_BITS is not set for Mac compiling with clang, but off_t is defined as a int64 (long long) type requiring a "lld" printf format.
Addresses -Wformat compiler warnings.
Fixes
-Wformatcompiler warnings.One important culprit to these warnings was caused by bad detection of
off_tprint format with PRI_OFF_T.Suggested solution works for me. I'm curious if it bears in general.
Second part addressing #1247.
Update:
The
PRI_OFF_Tproblem seems to be Mac-only, updated accordingly.Modules / code parts directly affected: