[glom/glom-1-26] configure.ac: Enable some more warnings.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-26] configure.ac: Enable some more warnings.
- Date: Mon, 9 Feb 2015 12:28:40 +0000 (UTC)
commit 9d0c910e3bdc9a8a3ff37c24f030b85fe1bd1cae
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Apr 29 12:45:01 2014 +0200
configure.ac: Enable some more warnings.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 336f28e..abb3b82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,12 +210,12 @@ MM_CONFIG_DOCTOOL_DIR([docs/libglom_reference])
AC_LANG([C])
MM_ARG_ENABLE_WARNINGS([GLOM_WFLAGS],
[-Wall],
- [-Wall -Wextra -Wno-missing-field-initializers -DGSEAL_ENABLE],
+ [-pedantic -Wall -Wextra -Wformat-security -Wno-missing-field-initializers
-DGSEAL_ENABLE],
[G GDK GDK_PIXBUF CAIRO PANGO GTK GDA])
AC_LANG([C++])
MM_ARG_ENABLE_WARNINGS([GLOM_WXXFLAGS],
[-Wall],
- [-Wall -Wextra -Wno-missing-field-initializers -DGSEAL_ENABLE],
+ [-pedantic -Wall -Wextra -Wformat-security -Wno-missing-field-initializers
-DGSEAL_ENABLE],
[G GDK GDK_PIXBUF GTK GDA GLIBMM GDKMM CAIROMM PANGOMM GTKMM SIGCXX LIBGDAMM])
AC_CHECK_FUNCS([strptime])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]