]> git.notmuchmail.org Git - notmuch/commit
Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:42:50 +0000 (16:42 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:42:50 +0000 (16:42 -0800)
commite806e723c8ac8f97a3f8ba0e0048708a8f5bb475
tree0e8981023fcd63878acaf96d5a841d767f9fcb6f
parentaf4928eb3a0a40d7f3d2a3475289da1df5b9ce4f
Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)

Some C++ compilers complain about -Wmissing-declarations not being
valid, so avoid passing it except when compiling a C file.
Makefile