Version 1543 cleared a whole bunch of warnings from the two headers, but a new
one popped up:
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -I /Users/admin/Subversion/apl
-g -O2 -I /Users/admin/Subversion/apl -MT apl-Bif_F12_PARTITION_PICK.o -MD
-MP -MF .deps/apl-Bif_F12_PARTITION_PICK.Tpo -c -o apl-Bif_F12_PARTITION_PICK.o
`test -f 'Bif_F12_PARTITION_PICK.cc' || echo './'`Bif_F12_PARTITION_PICK.cc
Bif_F12_PARTITION_PICK.cc:192:8: warning: template argument uses local type
'partition' [-Wlocal-type-template-args]
vector<partition> partitions; // all partions on the B-axis
^~~~~~~~~
1 warning generated.
---
Louis Chrétien
[email protected] <mailto:[email protected]>