Skip to content

Commit

Permalink
cc: Enable Werror=attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Aug 6, 2018
1 parent 8c0d0dc commit 3627762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/skylark/drake_cc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ load("@cc//:compiler.bzl", "COMPILER_ID")
# building with any compiler.
CXX_FLAGS = [
"-Werror=all",
"-Werror=attributes",
"-Werror=deprecated",
"-Werror=deprecated-declarations",
"-Werror=ignored-qualifiers",
Expand Down

0 comments on commit 3627762

Please sign in to comment.