summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/grcc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/grcc')
-rwxr-xr-xgr-utils/python/utils/grcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-utils/python/utils/grcc b/gr-utils/python/utils/grcc
index 0477b813f6..dbcc89dc0e 100755
--- a/gr-utils/python/utils/grcc
+++ b/gr-utils/python/utils/grcc
@@ -20,6 +20,9 @@
# Boston, MA 02110-1301, USA.
#
+import warnings
+warnings.simplefilter('ignore')
+
try:
from grc.python.Platform import Platform
except ImportError: