clang++ -DHAVE_CONFIG_H -I. -I..       -g -O2 -MT apl-SymbolTable.o -MD -MP -MF 
.deps/apl-SymbolTable.Tpo -c -o apl-SymbolTable.o `test -f 'SymbolTable.cc' || 
echo './'`SymbolTable.cc
SymbolTable.cc:240:4: warning: 'delete' applied to a pointer that was allocated 
with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
   delete sorted_names;
   ^
         []
SymbolTable.cc:207:36: note: allocated with 'new[]' here
const UCS_string ** sorted_names = new const UCS_string *[count];
                                   ^

Reply via email to