Skip to content

Commit

Permalink
Add default -Wno-address-of-packed-membe to Clang loader
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtenor committed Apr 27, 2017
1 parent cda80d8 commit c5af69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cc/frontends/clang/loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ int ClangLoader::parse(unique_ptr<llvm::Module> *mod, TableStorage &ts, const st
"-Wno-deprecated-declarations",
"-Wno-gnu-variable-sized-type-not-at-end",
"-Wno-pragma-once-outside-header",
"-Wno-address-of-packed-member",
"-Wno-unknown-warning-option",
"-fno-color-diagnostics",
"-fno-unwind-tables",
"-fno-asynchronous-unwind-tables",
Expand Down

0 comments on commit c5af69e

Please sign in to comment.