mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
44 stars 47 forks source link

use MATE_COMPILE_WARNINGS from mate-common #313

Closed rbuj closed 4 years ago

rbuj commented 4 years ago

Test:

$ ./autogen.sh --prefix=/usr --enable-compile-warnings=maximum && make V=1
raveit65 commented 4 years ago

Just rebased to master to fix archlinux build.

raveit65 commented 4 years ago

See https://travis-ci.org/github/mate-desktop/mate-settings-daemon/jobs/671573309#L772 autoconf-archive is missing for archlinux and fedora, still wondering why fedora build doesn't fail..... I guess autopoint pulls in autoconf-archive already for debian and ubuntu.

rbuj commented 4 years ago

PR https://github.com/mate-desktop/mate-settings-daemon/pull/314

raveit65 commented 4 years ago

Another rebase with merged https://github.com/mate-desktop/mate-settings-daemon/pull/314