commit 87e071d9c41e3cf003cab2f35be799145d2fa3eb
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Thu Dec 24 00:26:36 2009 +0100

    remove -std=c89 from default CFLAGS
    
    This used to be here to help catch common errors hindering portability to
    other compilers (VS6, gcc 2.95, ...), but this breaks compilation against
    libusb 1.0 since its headers use the 'inline' keyword. Remove this flag (for
    now?) since we need libusb to extract SysInfoExtended from a Nano 5G

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 36de1aa..92f22fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,7 +328,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
        -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
        -Wnested-externs -Wpointer-arith \
        -Wcast-align -Wsign-compare \
-       -Werror -std=c89 \
+       -Werror \
        $CFLAGS"
 
        for option in -Wno-strict-aliasing -Wno-sign-compare 
-Wdeclaration-after-statement; do

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to