Skip to content

Commit e4f03b1

Browse files
[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]
1 parent e376f9c commit e4f03b1

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)