bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SVN 1428 warning on Mac OS


From: Louis Chretien
Subject: SVN 1428 warning on Mac OS
Date: Fri, 5 Feb 2021 11:14:58 -0500

From the latest SVN, 1428:

g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I sql          -g -O2 -MT apl-Quad_JSON.o -MD -MP -MF .deps/apl-Quad_JSON.Tpo -c -o apl-Quad_JSON.o `test -f 'Quad_JSON.cc' || echo './'`Quad_JSON.cc
Quad_JSON.cc:151:41: warning: format specifies type 'long' but the argument has type 'APL_Integer' (aka 'long long')
      [-Wformat]
        snprintf(cc, sizeof(cc), "%ld", cell.get_int_value());
                                  ~~~   ^~~~~~~~~~~~~~~~~~~~
                                  %lld
1 warning generated.
mv -f .deps/apl-Quad_JSON.Tpo .deps/apl-Quad_JSON.Po


---
Louis Chrétien





reply via email to

[Prev in Thread] Current Thread [Next in Thread]