From 5f9c4ae6263fe0e6698c826f7655ff803ffcbfd4 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 11 Jan 2009 10:36:53 +0000 Subject: [PATCH] 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 --- interface/check_syntax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0