]> Kevux Git Server - fll/commit
Bugfix: remove default from switch to avoid returning f_unknown
authorKevin Day <kevin@kevux.org>
Tue, 20 Mar 2012 03:25:45 +0000 (22:25 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 20 Mar 2012 03:25:45 +0000 (22:25 -0500)
commitb7a6d8e9fa366f7d4a6eae15aa2f76468f694d04
tree4dd5abd325f05c0c397cf61bb24abf45154aa0bd
parent9a55a78ee55686e6e1f5b092468d7149e35d0cb3
Bugfix: remove default from switch to avoid returning f_unknown

While it is good practice to always have a default: in switch, I believe this is a case where it is not.
Do not provide a default switch so that the default return statement is always false.
This prevents having to return f_unknown at the end of the function as it is now possible to get to the end of the function.
level_1/fl_errors/c/errors.c
level_2/fll_fss/c/fss_errors.c