<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - warning: unannotated fall-through between switch labels"
href="https://bugs.llvm.org/show_bug.cgi?id=41823">41823</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>warning: unannotated fall-through between switch labels
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>yuri@tsoft.com
</td>
</tr>
<tr>
<th>CC</th>
<td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>In file included from
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp:30:
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
warning: unannotated fall-through between switch labels
[-Wimplicit-fallthrough]
case COND_EQ:
^
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
note: insert 'LLVM_FALLTHROUGH;' to silence this warning
case COND_EQ:
^
LLVM_FALLTHROUGH;
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
note: insert 'break;' to avoid fall-through
case COND_EQ:
^
break;
1 warning generated.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>