summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Lib/Carbon/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/__init__.py b/Mac/Lib/Carbon/__init__.py
index e69de29..d0cfec3 100644
--- a/Mac/Lib/Carbon/__init__.py
+++ b/Mac/Lib/Carbon/__init__.py
@@ -0,0 +1,4 @@
+# Filter out warnings about signed/unsigned constants
+import warnings
+warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
+warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor") \ No newline at end of file