From 69928ca759b3a4a29d49eab70e63064ede45c24a Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 11 May 2025 11:22:07 -0500 Subject: [PATCH] fix 'fallthrough not annotated' xcode error? --- src/game/boe.items.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/boe.items.cpp b/src/game/boe.items.cpp index e3f2f50a..621f70c3 100644 --- a/src/game/boe.items.cpp +++ b/src/game/boe.items.cpp @@ -979,7 +979,6 @@ short select_pc(eSelectPC mode, std::string title, eSkill highlight_highest, boo extra_info = "no item slot"; } if(false) // Skip fallthrough past ONLY_CAN_TRAIN - BOOST_FALLTHROUGH; case eSelectPC::ONLY_CAN_TRAIN: if(univ.party[i].skill_pts){ extra_info = std::to_string(univ.party[i].skill_pts) + " skill point";