From c302724688b3913ef54b876c993956eed3babdcd Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 28 Jul 2008 03:14:04 +0000 Subject: [PATCH] no warnings necessary --- app/src/processing/app/debug/Compiler.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/debug/Compiler.java b/app/src/processing/app/debug/Compiler.java index 8f45f5f02..a63b6622c 100644 --- a/app/src/processing/app/debug/Compiler.java +++ b/app/src/processing/app/debug/Compiler.java @@ -167,10 +167,11 @@ public class Compiler { } // pieces[2] will contain "error" or "warning" (others?) - if (pieces[2].equals("warning")) { - System.out.println("nah, nevermind: " + pieces[3]); - continue; - } + // (but all warnings currently suppressed.) +// if (pieces[2].equals("warning")) { +// System.out.println("nah, nevermind: " + pieces[3]); +// continue; +// } // translate the java filename and line number into a un-preprocessed // location inside a source file or tab in the environment.