2018-11-16 Fred Gleason <fredg@paravelsystems.com>

* Added '-fno-var-tracking-assignments' to the 'AM_CPPFLAGS' rule
	for rddbmgr(8).
This commit is contained in:
Fred Gleason 2018-11-16 09:27:50 -05:00
parent c1ba5c92a9
commit 09f4557db6
2 changed files with 4 additions and 1 deletions

View File

@ -18018,3 +18018,6 @@
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Refactored schema modification routines in rddbmgr(8) to check
for existence of a field before dropping it.
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Added '-fno-var-tracking-assignments' to the 'AM_CPPFLAGS' rule
for rddbmgr(8).

View File

@ -17,7 +17,7 @@
##
## Use automake to process this into a Makefile.in
AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -I$(top_srcdir)/lib @QT4_CFLAGS@ -DQT3_SUPPORT -I/usr/include/Qt3Support
AM_CPPFLAGS = -Wall -fno-var-tracking-assignments -DPREFIX=\"$(prefix)\" -I$(top_srcdir)/lib @QT4_CFLAGS@ -DQT3_SUPPORT -I/usr/include/Qt3Support
LIBS = -L$(top_srcdir)/lib
MOC = @QT_MOC@