[gnome-disk-utility] Use the new standard compiler flags



commit 6fb71052a33f4f82a9cf75bd8694f7bb0a07bae9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Aug 29 15:38:10 2015 -0500

    Use the new standard compiler flags

 configure.ac |   50 --------------------------------------------------
 1 files changed, 0 insertions(+), 50 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b0f97e3..d42bb0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,56 +23,6 @@ LT_INIT
 
 AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS])
 
-CC_CHECK_CFLAGS_APPEND([                          \
-        -Waggregate-return                        \
-        -Wall                                     \
-        -W                                        \
-        -Wextra                                   \
-        -Wcast-align                              \
-        -Wdeclaration-after-statement             \
-        -Wendif-labels                            \
-        -Wformat-security                         \
-        -Wimplicit-function-declaration           \
-        -Woverflow                                \
-        -Wformat-nonliteral                       \
-        -Wformat=2                                \
-        -Wimplicit                                \
-        -Winit-self                               \
-        -Wlogical-op                              \
-        -Wmissing-declarations                    \
-        -Wmissing-format-attribute                \
-        -Wmissing-include-dirs                    \
-        -Wmissing-noreturn                        \
-        -Wmissing-prototypes                      \
-        -Wnested-externs                          \
-        -Wno-inline                               \
-        -Wno-long-long                            \
-        -Wno-missing-field-initializers           \
-        -Wno-overlength-strings                   \
-        -Wno-switch-enum                          \
-        -Wno-unused-parameter                     \
-        -Wno-unused-result                        \
-        -Wold-style-definition                    \
-        -Wpacked                                  \
-        -Wpointer-arith                           \
-        -Wshadow                                  \
-        -Wsign-compare                            \
-        -Wstrict-aliasing=2                       \
-        -Wstrict-prototypes                       \
-        -Wundef                                   \
-        -Wuninitialized                           \
-        -Wmaybe-uninitialized                     \
-        -Wunsafe-loop-optimizations               \
-        -Wvla                                     \
-        -Wwrite-strings                           \
-        -fdata-sections                           \
-        -fdiagnostics-show-option                 \
-        -ffast-math                               \
-        -ffunction-sections                       \
-        -fno-common                               \
-        -fno-strict-aliasing                      \
-])
-
 AC_MSG_CHECKING([for valid fallocate() function])
 AC_LINK_IFELSE([
 AC_LANG_PROGRAM([[


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]