Skip to content

Commit

Permalink
chore: enable unchecked compiler warnings (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored and surli committed Mar 7, 2018
1 parent 58978c6 commit d0a43b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<testTarget>${java.test.version}</testTarget>
<showWarnings>true</showWarnings>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:deprecation,unchecked</arg>
<!-- always generate class files for package-info -->
<arg>-Xpkginfo:always</arg>
</compilerArgs>
Expand Down

0 comments on commit d0a43b3

Please sign in to comment.