Repeated build warnings

Greetings,

When I build the current system, I see the following warning over and over:

g++ -DHAVE_CONFIG_H -I. -I..    -Wall  -I ./sql -I /home/blake/Backup/apl
  -I/usr/include -I/usr/include    -Wno-maybe-uninitialized
-Wno-class-memaccess -I /home/blake/Backup/apl -MT
sql/apl-SqliteArgListBuilder.o -MD -MP -MF
sql/.deps/apl-SqliteArgListBuilder.Tpo -c -o sql/apl-SqliteArgListBuilder.o
`test -f 'sql/SqliteArgListBuilder.cc' || echo
'./'`sql/SqliteArgListBuilder.cc
In file included from ./ScalarFunction.hh:30,
                 from ./Workspace.hh:40,
                 from ./Native_interface.hh:59,
                 from sql/apl-sqlite.hh:36,
                 from sql/SqliteArgListBuilder.hh:27,
                 from sql/SqliteArgListBuilder.cc:24:
./Thread_context.hh: In member function ‘void Thread_context::PF_join()’:
./Thread_context.hh:94:11: warning: ‘++’ expression of ‘volatile’-qualified
type is deprecated [-Wvolatile]
   94 |         ++job_number;            // we reached master job_number
      |           ^~~~~~~~~~
./Thread_context.hh: In static member function ‘static void
Thread_context::M_fork(const char*)’:
./Thread_context.hh:135:24: warning: ‘++’ expression of
‘volatile’-qualified type is deprecated [-Wvolatile]
  135 |         ++get_master().job_number;
      |           ~~~~~~~~~~~~~^~~~~~~~~~

Thanks!

Blake
  • Repeated build... Blake McBride

Reply via email to