aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorFlemmard <flemmard@gmail.com>2013-04-10 17:42:46 +0200
committerFlemmard <flemmard@gmail.com>2013-04-10 17:42:46 +0200
commitfd04ea2e55bcaafcd909ebf0793198846a7114e2 (patch)
tree061ce88f99ca2a270bb5eaabedfce50391adf364 /scripts/gcc-wrapper.py
parent91237d1f57093e8870967d6ff0390b6cf7714fed (diff)
A bunch of crap. initial dcvs, some hacks in f_projector, a hack delaying writeback_panel init so that device one is inited first, some missing files, some board/devices things ..
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 583a5cef..991bf313 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -80,7 +80,7 @@ def run_gcc():
proc = subprocess.Popen(args, stderr=subprocess.PIPE)
for line in proc.stderr:
print line,
- interpret_warning(line)
+# interpret_warning(line)
result = proc.wait()
except OSError as e: