mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Suppress compiler warnings from CGAL
This commit is contained in:
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN = -Wno-sometimes-uninitialized -Wno-mismatched-tags
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = clang++ -m64
|
CC = clang++ -m64
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++ -m64
|
CC = g++ -m64
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++
|
CC = g++
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN = -Wno-sometimes-uninitialized -Wno-mismatched-tags
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = clang++ -m32
|
CC = clang++ -m32
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++ -m32
|
CC = g++ -m32
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++
|
CC = g++
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++ -m64 -mcpu=power5+
|
CC = g++ -m64 -mcpu=power5+
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ SUFFIXES += .C
|
|||||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
|
||||||
|
|
||||||
# Suppress CGAL warnings
|
# Suppress CGAL warnings
|
||||||
c++CGALWARN =
|
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
|
||||||
|
|
||||||
CC = g++ -m64 -mcpu=power8
|
CC = g++ -m64 -mcpu=power8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user