mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
prefs work
This commit is contained in:
@@ -559,7 +559,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
|
||||
// If warnings are disabled, skip 'em
|
||||
if (p.isWarning() && !warningsEnabled) {
|
||||
if (p.isWarning() && !ExperimentalMode.warningsEnabled) {
|
||||
continue;
|
||||
}
|
||||
problemsList.add(p);
|
||||
@@ -724,11 +724,6 @@ public class ErrorCheckerService implements Runnable{
|
||||
@SuppressWarnings("rawtypes")
|
||||
protected Map compilerSettings;
|
||||
|
||||
/**
|
||||
* Enable/Disable warnings from being shown
|
||||
*/
|
||||
volatile public boolean warningsEnabled = true;
|
||||
|
||||
/**
|
||||
* Sets compiler options for JDT Compiler
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user