Browse Source

Do warn about unused variables in regular build

pull/1963/head
Andrew Waterman 12 months ago
parent
commit
143c52fd0d
  1. 2
      Makefile.in

2
Makefile.in

@ -93,7 +93,7 @@ VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
# These all appear on the command line, from lowest precedence to # These all appear on the command line, from lowest precedence to
# highest. # highest.
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-nonportable-include-path -g -O2 -fPIC
default-CXXFLAGS := $(default-CFLAGS) -std=c++2a default-CXXFLAGS := $(default-CFLAGS) -std=c++2a
mcppbs-CPPFLAGS := @CPPFLAGS@ mcppbs-CPPFLAGS := @CPPFLAGS@

Loading…
Cancel
Save