diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2013-05-09 13:17:44 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2013-05-09 13:17:44 +0000 |
commit | f4724e3c3965fd72adadb3cefd12cf0b69cb6878 (patch) | |
tree | fe3ccc3b7dadc1234c7cf9cc987338231e7d5dbe /Makefile | |
parent | 539a4f658d2b242191d2e3221e8d836e08b2c736 (diff) |
adding -Wno-unused in order to remove warning compilation
svn path=/trunk/externals/pmpd/; revision=17125
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ ALL_LIBS = #------------------------------------------------------------------------------# # these can be set from outside without (usually) breaking the build -CFLAGS = -Wall -W -g +CFLAGS = -Wall -W -g -Wno-unused LDFLAGS = LIBS = |