mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Patially undo commit [f9d9b6]:
macOS gcc/llvm complauns about non-existing -Wunused-but-set-variable
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user