From 13cc256e404620c1de0cbcc4e43ce1e2dbbc4898 Mon Sep 17 00:00:00 2001
From: Dimitry Andric __is_convertible_to (Microsoft)__is_empty (GNU, Microsoft)__is_enum (GNU, Microsoft)__is_interface_class (Microsoft)__is_pod (GNU, Microsoft)__is_polymorphic (GNU, Microsoft)__is_union (GNU, Microsoft)
// compile with -Wimplicit-fallthrough
switch (n) {
-case 33:
+case 22:
+case 33: // no warning: no statements between case labels
f();
case 44: // warning: unannotated fall-through
g();
@@ -1981,8 +1983,8 @@ int fcntl(int fd, int cmd, ...)
Use __attribute__((pointer_with_type_tag(ptr_kind, ptr_idx,
type_tag_idx))) on a function declaration to specify that the
-function a type tag that determines the pointee type of some other pointer
-argument.
+function accepts a type tag that determines the pointee type of some other
+pointer argument.
For example:
--
cgit v1.3