On 05/30/2017 01:40 PM, Eduardo Habkost wrote:
> Some compilers complain about the PRIu16 format string with the
> MAX(src, dst) and MAX_NODES arguments. Example output from Apple LLVM
> version 7.3.0 (clang-703.0.31):
> ^~~
> MAX(src, dst) promotes the src and dst arguments t
Some compilers complain about the PRIu16 format string with the
MAX(src, dst) and MAX_NODES arguments. Example output from Apple LLVM
version 7.3.0 (clang-703.0.31):
numa.c:236:20: warning: format specifies type 'unsigned short' but the
argument has type 'int' [-Wformat]
M