diff --git a/targets/gcc.yml b/targets/gcc.yml
index 5c6b609..89b3b04 100644
--- a/targets/gcc.yml
+++ b/targets/gcc.yml
@@ -6,6 +6,7 @@ compiler:
   options:
     - '-c'
     - '-Wall'
+    - '-Wno-address'
     - '-std=c99'
     - '-pedantic'
   includes:
diff --git a/targets/gcc_64.yml b/targets/gcc_64.yml
index f5f6586..896562c 100644
--- a/targets/gcc_64.yml
+++ b/targets/gcc_64.yml
@@ -6,6 +6,7 @@ compiler:
   options:
     - '-c'
     - '-Wall'
+    - '-Wno-address'
     - '-std=c99'
     - '-pedantic'
   includes: