Skip to content

Commit

Permalink
Fixes #23657: Compiler warnings should prevent build
Browse files Browse the repository at this point in the history
  • Loading branch information
clarktsiory committed Oct 26, 2023
1 parent 7ae11dd commit 3b45b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ limitations under the License.
<!-- Xlint, minus non-local returns, nullary-units and missing interpolator (which brings false positive in Rudder).
For -byname-implicit, it's because of Doobie, see: https://gitter.im/tpolecat/doobie?at=5f59e618765d633c54e74d52
-->
<arg>-Xfatal-warnings</arg> <!-- Fail the compilation if there are any warnings. -->
<arg>-Xlint:_,-nonlocal-return,-nullary-unit,-missing-interpolator,-byname-implicit</arg>
<arg>-Ywarn-dead-code</arg> <!-- Warn when dead code is identified. -->

Expand Down

0 comments on commit 3b45b6a

Please sign in to comment.