]> git.meshlink.io Git - meshlink/commit
Force -Wall.
authorGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 20:31:04 +0000 (22:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 20:31:04 +0000 (22:31 +0200)
commit445ef01ff266968b6545823aefece548c1517a40
tree2af778302231fb9c135495fb5cd68ef12af5d7c9
parent185a8731839551fc9df7059ac374be5f5e35c086
Force -Wall.

AM_INIT_AUTOMAKE should ensure -Wall is set, but for some reason it doesn't.
Force it by adding it to AM_CPPFLAGS.
examples/Makefile.am
src/Makefile.am
test/Makefile.am