diff options
| author | Flemmard <flemmard@gmail.com> | 2013-04-10 17:42:46 +0200 |
|---|---|---|
| committer | Flemmard <flemmard@gmail.com> | 2013-04-10 17:42:46 +0200 |
| commit | fd04ea2e55bcaafcd909ebf0793198846a7114e2 (patch) | |
| tree | 061ce88f99ca2a270bb5eaabedfce50391adf364 /scripts/gcc-wrapper.py | |
| parent | 91237d1f57093e8870967d6ff0390b6cf7714fed (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-x | scripts/gcc-wrapper.py | 2 |
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: |
