Message ID | 1518062407-26798-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] configure: enable all Automake warnings and make them errors | expand |
diff --git a/configure.ac b/configure.ac index 7b90b2127..a44a2ec6f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ ODP_VERSION_API_MAJOR=odpapi_major_version AC_SUBST(ODP_VERSION_API_MAJOR) ODP_VERSION_API_MINOR=odpapi_minor_version AC_SUBST(ODP_VERSION_API_MINOR) -AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects foreign nostdinc]) +AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects foreign nostdinc -Wall -Werror]) AC_CONFIG_SRCDIR([include/odp/api/spec/init.h]) AM_CONFIG_HEADER([include/config.h])