Describe the bug
At line 81 of /Meadow/apps/examples/hcom/file/hcom_file_dir_mgmt_utils.c, there's, what looks like an artifact of debugging. The line's text is #pragma GCC optimize("O0") // Prevent compiler from changing the code
I'm very tempted to just remove the line and commit the code. But I think it's better to let this change be scheduled and known, on the slight chance this code is here for a non-debug related reason.
Describe the bug At line 81 of
/Meadow/apps/examples/hcom/file/hcom_file_dir_mgmt_utils.c
, there's, what looks like an artifact of debugging. The line's text is#pragma GCC optimize("O0") // Prevent compiler from changing the code
I'm very tempted to just remove the line and commit the code. But I think it's better to let this change be scheduled and known, on the slight chance this code is here for a non-debug related reason.