12345678910111213141516 |
- $OpenBSD: patch-config_config_mk_in,v 1.2 2015/11/21 15:33:56 jca Exp $
- - warnings about c++locale.h clutter the build
- --- config/config.mk.in.orig Sun Jun 21 16:19:25 2015
- +++ config/config.mk.in Thu Nov 19 19:56:00 2015
- @@ -58,7 +58,7 @@ GXX = @GXX@
- # Common compiler flags (warnings, symbols [-ggdb], optimization [-O2], etc)
- CXXFLAGS = @CXXFLAGS@
- ifeq ($(GXX),yes)
- - CXXFLAGS += -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W
- + CXXFLAGS += -Wall -Wcast-align -Wpointer-arith -Wformat-security -Woverloaded-virtual -W
- endif
-
- # Command to run only the preprocessor
|