Removed -ansi compiler flag and -Wstrict-prototypes.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 7 Jun 2014 15:53:53 +0000 (17:53 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 7 Jun 2014 15:53:53 +0000 (17:53 +0200)
commite4cb49f98eaa3f85b6b0ee587b537432595bf092
tree8b59af4ed55b1a4ec76940fadce9609b6acc6227
parentbc5f472186560f8075c7aeb0adb682ca22848971
Removed -ansi compiler flag and -Wstrict-prototypes.

The ansi does not allow to use type declaration in loop that make the code
easier to read. And the GTK3 build fails with strict prototypes enabled.
config.mk