Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist/disassembler CID 1256502: missi...
details: https://anonhg.NetBSD.org/src/rev/1544b934b1b3
branches: trunk
changeset: 338053:1544b934b1b3
user: christos <christos%NetBSD.org@localhost>
date: Sat May 09 15:14:45 2015 +0000
description:
CID 1256502: missing lint fallthrough comment
diffstat:
sys/external/bsd/acpica/dist/disassembler/dmwalk.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 980243a3c6a4 -r 1544b934b1b3 sys/external/bsd/acpica/dist/disassembler/dmwalk.c
--- a/sys/external/bsd/acpica/dist/disassembler/dmwalk.c Sat May 09 15:12:12 2015 +0000
+++ b/sys/external/bsd/acpica/dist/disassembler/dmwalk.c Sat May 09 15:14:45 2015 +0000
@@ -313,6 +313,8 @@
return (BLOCK_NONE);
}
+ /*lint -fallthrough */
+
default:
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
Home |
Main Index |
Thread Index |
Old Index