mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Resolve various unimportant warning messages from Gcc, Clang and Icpc
This commit is contained in:
@ -3,8 +3,8 @@ SUFFIXES += .C
|
||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-diag-disable 2304
|
||||
|
||||
# Suppress CGAL warnings
|
||||
c++CGALWARN = -diag-disable 1224,2026,2305
|
||||
# Suppress some warnings for flex++ and CGAL
|
||||
c++LESSWARN = -diag-disable 1224,2026,2305
|
||||
|
||||
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user