diff options
author | rbuj <[email protected]> | 2019-09-26 18:05:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-30 22:01:49 +0200 |
commit | eff1d3b138c8a6990fa388e3cc2eb9a9760abf14 (patch) | |
tree | 01f0405268d9ccbadb31e299cf83fcf6e762b6d2 /.travis.yml | |
parent | fbfbc8c52c6454a9b4a9840c8aac42dcd5d51b5d (diff) | |
download | mate-power-manager-eff1d3b138c8a6990fa388e3cc2eb9a9760abf14.tar.bz2 mate-power-manager-eff1d3b138c8a6990fa388e3cc2eb9a9760abf14.tar.xz |
Use WARN_CFLAGS which are only set with -enable-compiler-warnings
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS
variable is not used. git grep WARN_CFLAGS
It removes -enable-extra-warn=yes, since it is recommended to use
-enable-compile-warnings=maximum.
It sets -enable-compiler-warnings=yes, the default value for all
MATE packager for now.
It prints WARN_CFLAGS in summary table.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ba751f2..18e5cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ env: requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-power-manager + - autoconf-archive - clang - dbus-glib - file @@ -85,6 +86,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-power-manager + - autoconf-archive - clang - clang-tools - cppcheck @@ -112,6 +114,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-power-manager.git + - autoconf-archive - cairo-devel - clang - clang-analyzer @@ -135,6 +138,7 @@ requires: - upower-devel ubuntu: + - autoconf-archive - clang - clang-tools - git |