mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Resolved issues with virtual function inheritance and warning from clang
Also removed __GNUC__ conditional compilation statements which are no longer needed.
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -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
|
||||
c++CGALWARN =
|
||||
|
||||
CC = g++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user