mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
wmake rules for icpc: suppress warnings from CGAL
This commit is contained in:
@ -3,6 +3,9 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||||
-diag-disable 2304
|
-diag-disable 2304
|
||||||
|
|
||||||
|
# Suppress CGAL warnings
|
||||||
|
c++CGALWARN = -diag-disable 1224,2026,2305
|
||||||
|
|
||||||
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
|
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
|
||||||
|
|
||||||
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
||||||
|
|||||||
@ -3,6 +3,9 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||||
-diag-disable 2304
|
-diag-disable 2304
|
||||||
|
|
||||||
|
# Suppress CGAL warnings
|
||||||
|
c++CGALWARN = -diag-disable 1224,2026,2305
|
||||||
|
|
||||||
CC = icpc
|
CC = icpc
|
||||||
|
|
||||||
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
||||||
|
|||||||
@ -3,6 +3,9 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||||
-diag-disable 2304
|
-diag-disable 2304
|
||||||
|
|
||||||
|
# Suppress CGAL warnings
|
||||||
|
c++CGALWARN = -diag-disable 1224,2026,2305
|
||||||
|
|
||||||
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
|
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
|
||||||
|
|
||||||
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
||||||
|
|||||||
Reference in New Issue
Block a user