mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -4,8 +4,10 @@ c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-para
|
||||
-Wno-invalid-offsetof -Wno-attributes \
|
||||
-Wno-unknown-pragmas
|
||||
|
||||
# Suppress some warnings for flex++ and CGAL
|
||||
c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds
|
||||
# Suppress some warnings (flex++, CGAL, etc)
|
||||
c++LESSWARN = \
|
||||
-Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds \
|
||||
-fpermissive
|
||||
|
||||
CC = g++ -std=c++11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user