We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd7604 commit b398aceCopy full SHA for b398ace
include/linux/compiler_types.h
@@ -214,7 +214,7 @@ struct ftrace_likely_data {
214
* __unqual_scalar_typeof(x) - Declare an unqualified scalar type, leaving
215
* non-scalar types unchanged.
216
*/
217
-#if defined(CONFIG_CC_IS_GCC) && CONFIG_GCC_VERSION < 40900
+#if (defined(CONFIG_CC_IS_GCC) && CONFIG_GCC_VERSION < 40900) || defined(__CHECKER__)
218
/*
219
* We build this out of a couple of helper macros in a vain attempt to
220
* help you keep your lunch down while reading it.
0 commit comments