Skip to content

Commit 6c71db2

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [GSYM] Fix a warning
This patch fixes: llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp:321:7: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
2 parents b3103cd + e4f03b1 commit 6c71db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ FunctionInfo::lookup(DataExtractor &Data, const GsymReader &GR,
317317
} else {
318318
return CSIC.takeError();
319319
}
320+
break;
320321

321322
default:
322323
break;

0 commit comments

Comments
 (0)