Codechange: Silence clang warnings about va_start (#30) #47
Annotations
2 warnings
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]
|