Patially undo commit [f9d9b6]:
macOS gcc/llvm complauns about non-existing -Wunused-but-set-variable
This commit is contained in:
parent
2ba0e9d0e0
commit
f6ab4dfcb7
|
|
@ -26,8 +26,8 @@ libhicum2_la_SOURCES = \
|
||||||
hicum2soachk.c \
|
hicum2soachk.c \
|
||||||
hicum2trunc.c
|
hicum2trunc.c
|
||||||
|
|
||||||
AM_CFLAGS = -O -g -Wall -Wextra -Wunused-but-set-variable -I$(top_srcdir)/src/include
|
AM_CFLAGS = -O -g -Wall -Wextra -I$(top_srcdir)/src/include
|
||||||
AM_CPPFLAGS = @AM_CPPFLAGS@ -O -g -Wall -Wextra -Wunused-but-set-variable
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -O -g -Wall -Wextra
|
||||||
AM_CXXFLAGS = -I$(top_srcdir)/src/include/cppduals -I$(top_srcdir)/src/include -std=c++11 -O -g -Wall -Wextra
|
AM_CXXFLAGS = -I$(top_srcdir)/src/include/cppduals -I$(top_srcdir)/src/include -std=c++11 -O -g -Wall -Wextra
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue