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/3eeb1a283bc4
branches:  trunk
changeset: 808195:3eeb1a283bc4
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 1ecfec81ce44 -r 3eeb1a283bc4 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