Fix "syntax error: empty declaration" warnings.
[profile/ivi/pixman.git] / pixman / pixman-compiler.h
index 8f6c787..0e08589 100644 (file)
                value = tls_ ## name ## _alloc ();                      \
        }                                                               \
        return value;                                                   \
-    }
+    }                                                                  \
+    extern int no_such_variable                                                
 
 #   define PIXMAN_GET_THREAD_LOCAL(name)                               \
     tls_ ## name ## _get ()