]> Kevux Git Server - fll/commit
Cleanup: Remove unused variables.
authorKevin Day <kevin@kevux.org>
Thu, 26 Jan 2023 01:01:58 +0000 (19:01 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 26 Jan 2023 01:01:58 +0000 (19:01 -0600)
commitc44f69eba040ca1d43acb07a2421e337cb760a43
tree7b4edff18d1740460b1939cf1077fa4c14a37872
parent77969088e4a0f85fa310434c39414794816d8329
Cleanup: Remove unused variables.

This is revealed by the use of GCC -fanalyzer.

There is a false positive when it comes to the ignore variable:
  warning: variable 'ignore' set but not used [-Wunused-but-set-variable]

This particular error must be ignored.
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/fss_write.c