File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ ostype:
24
24
# set following variable to 1 if gcc > 700
25
25
# API_GCC_7 := $(shell expr `echo $(GCCVERSION)` \>= 700)
26
26
27
- STDAPI=-std =c++03
27
+ STDAPI=# -std =c++03
28
28
29
29
# warning flags
30
30
ifdef LIMITED_WARNINGS
31
- WARNING := $(LIMITED_WARNINGS ) -Wshadow -Wno-format-security -Wno-unused-variable -Wno-unused-parameter -Wno-redeclared-class-member -Wno-c++11-compat-deprecated-writable-strings -Wno-shadow
31
+ WARNING := # $(LIMITED_WARNINGS) -Wshadow -Wno-format-security -Wno-unused-variable -Wno-unused-parameter -Wno-redeclared-class-member -Wno-c++11-compat-deprecated-writable-strings -Wno-shadow
32
32
else
33
- WARNING := -Wextra -Winit-self -Wshadow -Wno-format-security -Wno-unused-variable -Wno-unused-parameter -Wno-redeclared-class-member -Wno-c++11-compat-deprecated-writable-strings -Wno-shadow
33
+ WARNING := # -Wextra -Winit-self -Wshadow -Wno-format-security -Wno-unused-variable -Wno-unused-parameter -Wno-redeclared-class-member -Wno-c++11-compat-deprecated-writable-strings -Wno-shadow
34
34
endif
35
35
ifndef TBBROOT
36
36
ifdef WDutilsDevel
37
37
WARNING += -Wold-style-cast
38
38
endif
39
39
endif
40
40
# WARNING += -Wno-unknown-pragmas
41
-
41
+ WARNING += -Wno-unused-command-line-argument -Wno-redeclared-class-member
42
42
# it seem that coverage (to be combined with gcov) does not work for openmp)
43
43
# ifdef WDutilsDevel
44
44
# PROFLAGS := --coverage -fprofile-use -Wcoverage-mismatch
You can’t perform that action at this time.
0 commit comments