From 6ae3084c7282e0139d0f49ae9cd64bcad879aa62 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Wed, 22 Dec 2010 01:27:39 +0000 Subject: [PATCH] - minor tweaks to work with latest gcc git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@108 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e --- targets/gcc.yml | 1 + targets/gcc_64.yml | 1 + 2 files changed, 2 insertions(+) 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: