When I use the _fff_read macro more than once in the same function, I get the following error: ``` Warning: declaration of '_return' shadows a previous local [-Wshadow] ...\src\external\fifofast\fifofast.h 334 ``` Is there a recommended workaround / mitigation, or is it a non-issue?