Skip to content

Commit

Permalink
[DEVEL] drop -Wno-deprecated and -Wno-deprecated-copy flags
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Oct 18, 2023
1 parent 9061cc8 commit b504369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scram-tools.file/tools/gcc/gcc-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<flags CXXFLAGS="-felide-constructors -fmessage-length=0"/>
<flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wreturn-type"/>
<flags CXXFLAGS="-Wextra -Wpessimizing-move -Wclass-memaccess"/>
<flags CXXFLAGS="-Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-deprecated-copy -Wno-unused-parameter"/>
<flags CXXFLAGS="-Wunused -Wparentheses -Wno-deprecated -Werror=return-type"/>
<flags CXXFLAGS="-Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-unused-parameter"/>
<flags CXXFLAGS="-Wunused -Wparentheses -Werror=return-type"/>
<flags CXXFLAGS="-Werror=missing-braces -Werror=unused-value"/>
<flags CXXFLAGS="-Werror=unused-label"/>
<flags CXXFLAGS="-Werror=address -Werror=format -Werror=sign-compare"/>
Expand Down

0 comments on commit b504369

Please sign in to comment.