mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +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.
|
* Initialize the default paths.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public void init() {
|
public void init() {
|
||||||
compilerPaths = new TreeMap<String, CompilerPath>();
|
compilerPaths = new TreeMap<String, CompilerPath>();
|
||||||
// See https://github.com/peterdell/wudsn-ide-tools
|
// See https://github.com/peterdell/wudsn-ide-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user