Codechange: Silence clang warnings about va_start #43
ci-build.yml
on: pull_request
Matrix: Linux
Matrix: Mac OS
Matrix: Windows
Annotations
4 warnings
Linux (gcc, g++):
src/messages.cpp#L77
‘RenumMessageId’ is promoted to ‘int’ when passed through ‘...’
|
Linux (gcc, g++):
src/sanity.cpp#L156
‘RenumMessageId’ is promoted to ‘int’ when passed through ‘...’
|
Linux (clang, clang++):
src/md5.cpp#L164
performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
|
Mac OS (x64, x86_64):
src/md5.cpp#L164
performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
|