Revert "Code Cleanup: Suppress Xcode warnings"

This reverts commit 6a97d81e4f.
It causes a SEGV.
This commit is contained in:
Mark Liversedge
2013-02-15 11:17:29 +00:00
parent 45fe4f1fcd
commit 75d5799f39
3 changed files with 0 additions and 6 deletions

View File

@@ -69,5 +69,3 @@ void DataFilter_clearString()
DataFilterlex_destroy();
}
static int _suppress = yyinput();

View File

@@ -71,5 +71,3 @@
[ \n\t\r] ; /* we just ignore whitespace */
. return JsonRideFiletext[0]; /* any other character, typically :, { or } */
%%
static int _suppress = yyinput();

View File

@@ -74,5 +74,3 @@ void WithingsParser_reset()
{
WithingsParser_delete_buffer (my_state);
}
static int _suppress = yyinput();