From 66c2bf7b1d9326fb650acfaae22ec50528cfbf7c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 29 Aug 2013 12:33:44 +0000 Subject: [PATCH] Don't define __STRICT_ANSI__, we should build both with and without it. For some reason, wxDialUpManager code defined __STRICT_ANSI__ itself, don't do it as __STRICT_ANSI__ can be predefined by the compiler resulting in the redefinition warnings and, in any case, our code should build both with and without it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/dialup.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/dialup.cpp b/src/unix/dialup.cpp index 24a1272b98..95d37b22ef 100644 --- a/src/unix/dialup.cpp +++ b/src/unix/dialup.cpp @@ -35,7 +35,6 @@ #include #include #include -#define __STRICT_ANSI__ #include #include #include -- 2.45.2