Browse Source

Fix another clang warning

pull/838/head
Andrew Waterman 5 years ago
parent
commit
28202173cf
  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
# highest.
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -g -O2 -fPIC
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC
default-CXXFLAGS := $(default-CFLAGS) -std=c++11
mcppbs-CPPFLAGS := @CPPFLAGS@ @BOOST_CPPFLAGS@

Loading…
Cancel
Save