X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcompiler-gcc%2B.h;h=5629cf5cd9c9520cf05a7ffec266004ddf8f9aa4;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=94e6778873a78e8e7d312878c41573052638d3ca;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/linux/compiler-gcc+.h b/include/linux/compiler-gcc+.h index 94e677887..5629cf5cd 100644 --- a/include/linux/compiler-gcc+.h +++ b/include/linux/compiler-gcc+.h @@ -13,3 +13,4 @@ #define __attribute_used__ __attribute__((__used__)) #define __attribute_pure__ __attribute__((pure)) #define __attribute_const__ __attribute__((__const__)) +#define __must_check __attribute__((warn_unused_result))