bug-apl
[Top][All Lists]
Advanced

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

SVN 1404 warning on Mac OS


From: Louis Chretien
Subject: SVN 1404 warning on Mac OS
Date: Mon, 18 Jan 2021 11:29:19 -0500

After updating to SVN 1404 on my Mac OS machine, I get the following warning:

g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I sql          -g -O2 -MT apl-Quad_XML.o -MD -MP -MF .deps/apl-Quad_XML.Tpo -c -o apl-Quad_XML.o `test -f 'Quad_XML.cc' || echo './'`Quad_XML.cc
Quad_XML.cc:21:17: warning: using directive refers to implicitly-defined namespace 'std'
using namespace std;
                ^
Quad_XML.cc:1229:4: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
   delete buffer;
   ^
         []
Quad_XML.cc:1210:17: note: allocated with 'new[]' here
UTF8 * buffer = new UTF8[st.st_size];
                ^
2 warnings generated.
mv -f .deps/apl-Quad_XML.Tpo .deps/apl-Quad_XML.Po


---
Louis Chrétien





reply via email to

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