Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
  2. index 83f7e99..76b0cb4 100755
  3. --- a/scripts/gcc-wrapper.py
  4. +++ b/scripts/gcc-wrapper.py
  5. @@ -62,12 +62,12 @@ def interpret_warning(line):
  6. print "error, forbidden warning:", m.group(2)
  7.  
  8. # If there is a warning, remove any object if it exists.
  9. - if ofile:
  10. - try:
  11. - os.remove(ofile)
  12. - except OSError:
  13. - pass
  14. - sys.exit(1)
  15. + #if ofile:
  16. + # try:
  17. + # os.remove(ofile)
  18. + # except OSError:
  19. + # pass
  20. + #sys.exit(1)
  21.  
  22. def run_gcc():
  23. args = sys.argv[1:]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement