Skip to content

Commit

Permalink
Apparently Eclipse warns on missing serialVersionUID
Browse files Browse the repository at this point in the history
Test Plan: ant compile
  • Loading branch information
Roy Williams authored and oconnor663 committed Apr 17, 2014
1 parent 9b6a5d4 commit 5bee881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
>
<compilerarg value="-Xlint:rawtypes" />
<compilerarg value="-Xlint:unchecked" />
<compilerarg value="-Xlint:serial" />
</javac>
</target>

Expand All @@ -114,6 +115,7 @@
>
<compilerarg value="-Xlint:rawtypes" />
<compilerarg value="-Xlint:unchecked" />
<compilerarg value="-Xlint:serial" />
</javac>
</target>

Expand Down Expand Up @@ -155,6 +157,7 @@
<exclude name="com/facebook/buck/junit/**" />
<compilerarg value="-Xlint:rawtypes" />
<compilerarg value="-Xlint:unchecked" />
<compilerarg value="-Xlint:serial" />
<!-- Suppress the warning from implicitly compiling files that are not
annotation processed. Not sure which files are the culprit -->
<compilerarg value="-implicit:class" />
Expand Down Expand Up @@ -220,6 +223,7 @@
<src path="${javacc.test.dir}" />
<compilerarg value="-Xlint:rawtypes" />
<compilerarg value="-Xlint:unchecked" />
<compilerarg value="-Xlint:serial" />
</javac>
</target>

Expand Down

0 comments on commit 5bee881

Please sign in to comment.