Skip to content

Commit

Permalink
disable werror for java
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Feb 7, 2025
1 parent 8deebeb commit 409b797
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/chip/java/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ template("java_library") {
# Building from sources - perform Java compilation and JAR creation.
if (!_is_prebuilt) {
# Additional flags
_javac_flags = [
"-Werror",
"-Xlint:all",
]
_javac_flags = [ "-Xlint:all" ]
if (defined(invoker.javac_flags)) {
_javac_flags += invoker.javac_flags
}
Expand Down

0 comments on commit 409b797

Please sign in to comment.