Skip to content

Codechange: Silence clang warnings about va_start #43

Codechange: Silence clang warnings about va_start

Codechange: Silence clang warnings about va_start #43

Triggered via pull request December 15, 2023 17:26
Status Success
Total duration 7m 41s
Artifacts

ci-build.yml

on: pull_request
Matrix: Linux
Matrix: Mac OS
Matrix: Windows
Fit to window
Zoom out
Zoom in

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]