mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
Ignore compile time warnings for deprecated platform constants.
This commit is contained in:
parent
e0d03fc8ea
commit
6dc5b3ef2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user