Check for compilation warnings in SimpleSerialBuilderCodeGenTest
#4
Labels
enhancement
New feature or request
SimpleSerialBuilderCodeGenTest
#4
See OpenHFT/Java-Runtime-Compiler#93
Additionally, because
CompilerUtils.CACHED_COMPILER
compiles with-g -nowarn
by default, consider usingCachedCompiler(File, File, List<String>)
either with an empty list ofjavac
options, or with-Xlint:all
(unless that causes unrelated warnings which are not useful for the test)?The text was updated successfully, but these errors were encountered: