mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Revert "Code Cleanup: Suppress Xcode warnings"
This reverts commit 6a97d81e4f.
It causes a SEGV.
This commit is contained in:
@@ -69,5 +69,3 @@ void DataFilter_clearString()
|
||||
DataFilterlex_destroy();
|
||||
}
|
||||
|
||||
static int _suppress = yyinput();
|
||||
|
||||
|
||||
@@ -71,5 +71,3 @@
|
||||
[ \n\t\r] ; /* we just ignore whitespace */
|
||||
. return JsonRideFiletext[0]; /* any other character, typically :, { or } */
|
||||
%%
|
||||
|
||||
static int _suppress = yyinput();
|
||||
|
||||
@@ -74,5 +74,3 @@ void WithingsParser_reset()
|
||||
{
|
||||
WithingsParser_delete_buffer (my_state);
|
||||
}
|
||||
|
||||
static int _suppress = yyinput();
|
||||
|
||||
Reference in New Issue
Block a user