diff --git a/parser/libapparmor_re/chfa.cc b/parser/libapparmor_re/chfa.cc index 0f978163c..55adfbf7d 100644 --- a/parser/libapparmor_re/chfa.cc +++ b/parser/libapparmor_re/chfa.cc @@ -346,10 +346,13 @@ template case 4: os.put((char)(*pos >> 24)); os.put((char)(*pos >> 16)); + /* Fall through */ case 2: os.put((char)(*pos >> 8)); + /* Fall through */ case 1: os.put((char)*pos); + /* Fall through */ } }