when --enable-debug is used to set debug options with gcc, use -Wno-long-long
to inhibit long long warnings (ISO C90 does not support `long long')
This commit is contained in:
		@@ -933,7 +933,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
 | 
				
			|||||||
    CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
 | 
					    CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
 | 
				
			||||||
    CFLAGS="$CFLAGS -g" 
 | 
					    CFLAGS="$CFLAGS -g" 
 | 
				
			||||||
    if test "$GCC" = "yes"; then
 | 
					    if test "$GCC" = "yes"; then
 | 
				
			||||||
       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs"
 | 
					       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wno-long-long -Wundef -Wpointer-arith -Wnested-externs"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    dnl strip off optimizer flags
 | 
					    dnl strip off optimizer flags
 | 
				
			||||||
    NEWFLAGS=""
 | 
					    NEWFLAGS=""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user