sinojelly / mockcpp

Two C/C++ testing tools, mockcpp and testngpp.
Apache License 2.0
66 stars 39 forks source link

Remove compile warning for format.h #28

Closed code-in-cpp closed 3 years ago

code-in-cpp commented 3 years ago

OS: MAC OS IDE: CLION Compile Warning:

/Users/zyg/Documents/workspace/mockcpp/tests/3rdparty/testngpp/include/mem_checker/format.h:79:54: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] sprintf(last_info, "instruction 0x%016lX", (unsigned long long)_instruction);


                                                          %016llX
1 warning generated.