From: Francesco Montorsi Date: Sun, 11 Jan 2009 10:36:53 +0000 (+0000) Subject: suppress warnings about missing_semicolons file not existing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f9c4ae6263fe0e6698c826f7655ff803ffcbfd4?ds=inline suppress warnings about missing_semicolons file not existing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/check_syntax.sh b/interface/check_syntax.sh index 21c1a741db..ddcdc96b04 100755 --- a/interface/check_syntax.sh +++ b/interface/check_syntax.sh @@ -6,7 +6,7 @@ # Author: Francesco Montorsi -rm missing_semicolons +rm missing_semicolons 2>/dev/null # the preprocessor will remove comments and all #preprocessor #stuff; # we then remove the empty lines