]> git.tdb.fi Git - pmount-gui.git/commit
Pass -Wno-variadic-macros to the compiler
authorMikko Rasa <tdb@tdb.fi>
Thu, 25 Feb 2016 20:13:46 +0000 (22:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 25 Feb 2016 20:13:46 +0000 (22:13 +0200)
commitfcd3eeaaa51aa0eb00db00a1a8d8fd1ef8d58795
tree643fa83ed7dc7e653bab44b588ff1a1c0f71c4df
parent55a7d4e8fe6b4cc1d02637f19e7245afbcbdb41b
Pass -Wno-variadic-macros to the compiler

Glib headers contain variadic macros, which are not allowed by the C90
standard.
Makefile