mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamPackRelease detects wrong build information
- was taking from the current head instead from specified commit-ish ENH: add -debian=NUM convenience option to foamPackRelease STYLE: relocate compile begin/end messages COMP: suppress more clang warnings (needed for boost)
This commit is contained in:
@ -18,9 +18,15 @@ c++WARN = \
|
||||
-Wno-unknown-warning-option \
|
||||
$(FOAM_EXTRA_CXXFLAGS)
|
||||
|
||||
# Many extra warnings from boost
|
||||
c++LESSWARN = \
|
||||
-Wno-old-style-cast -Wno-unused-local-typedefs \
|
||||
-Wno-tautological-undefined-compare -Wno-shift-negative-value \
|
||||
-Wno-null-pointer-arithmetic
|
||||
-Wno-null-pointer-arithmetic \
|
||||
-Wno-null-pointer-subtraction \
|
||||
-Wno-unknown-warning-option \
|
||||
-Wno-deprecated-copy-with-user-provided-copy \
|
||||
-Wno-tautological-overlap-compare \
|
||||
-Wno-#pragma-messages
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user