wmake: Prevent Clang warning about Foam::move vs std::move
This commit is contained in:
@ -2,7 +2,7 @@ SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor \
|
||||
-Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-Wno-undefined-var-template
|
||||
-Wno-undefined-var-template -Wno-unqualified-std-cast-call
|
||||
|
||||
# Suppress some warnings for flex++
|
||||
c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs \
|
||||
|
||||
@ -2,7 +2,7 @@ SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor \
|
||||
-Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-Wno-undefined-var-template
|
||||
-Wno-undefined-var-template -Wno-unqualified-std-cast-call
|
||||
|
||||
# Suppress some warnings for flex++
|
||||
c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs \
|
||||
|
||||
Reference in New Issue
Block a user