remove strange warning
authorMatthias Braun <matze@braunis.de>
Wed, 15 Jun 2011 12:57:04 +0000 (14:57 +0200)
committerMatthias Braun <matze@braunis.de>
Fri, 17 Jun 2011 11:37:09 +0000 (13:37 +0200)
commitd7cb3b9ab55120a74c160d1be66e0cc794a6aa32
treec7e118d2dc5fca11a24f0c9dd6a92e2f948ecb27
parent02d9198a5f0b8133e882e5d764acab5c74701b58
remove strange warning

A warning which notifies me that I use a GNU extension is strange.
If I don't want to use them I can do -std=c99 and turn the situation
into an error. When I do use them I don't(!) want to see a warning.
parser.c