Ignore compile time warnings for deprecated platform constants.

This commit is contained in:
Peter Dell 2024-01-30 01:49:25 +01:00
parent e0d03fc8ea
commit 6dc5b3ef2f
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public final class CompilerPaths {
/**
* Initialize the default paths.
*/
@SuppressWarnings("deprecation")
public void init() {
compilerPaths = new TreeMap<String, CompilerPath>();
// See https://github.com/peterdell/wudsn-ide-tools