]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile: Warn for unused macros only on Linux.
authorAndre Noll <maan@systemlinux.org>
Mon, 4 Jun 2012 08:29:42 +0000 (10:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 4 Jun 2012 08:29:42 +0000 (10:29 +0200)
commit5ebecc04182c3b595f8cd11fdf3e50dd6a9d8a11
tree6a15612f538e0d277e5a24c665f676f3b0769c91
parent8f5de4b6e1c1299b0d8cf894474cad049f6b0958
Makefile: Warn for unused macros only on Linux.

We need these macros at several places, but each of them causes
a compilier warning on FreeBSD and NetBSD where these macros are
not used at all.

This patch moves the -Wunused-macros option to the Linux-only
section.
Makefile.in