TSK-1442: Disabled serialization compiler warnings

This commit is contained in:
SAllhusen 2020-10-29 18:46:28 +01:00 committed by Mustapha Zorgati
parent 00be5e4b5f
commit 19746c5c08
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<failOnWarning>true</failOnWarning> <failOnWarning>true</failOnWarning>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:-serial</arg>
<arg>-proc:none</arg> <arg>-proc:none</arg>
</compilerArgs> </compilerArgs>
</configuration> </configuration>