diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-07 21:38:17 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-07 21:38:17 +0300 |
commit | e54ffb96e6f41eb5ca2f89788f95224273ce09f1 (patch) | |
tree | 88fa05d4b717ea8d12fbb762dec4782673440e22 /include/linux/compiler_attributes.h | |
parent | b5013d084e03e82ceeab4db8ae8ceeaebe76b0eb (diff) | |
parent | 7c00621dcaeea206d7489b3e8b50b1864841ae69 (diff) | |
download | linux-e54ffb96e6f41eb5ca2f89788f95224273ce09f1.tar.xz |
Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linux
Pull compiler attributes update from Miguel Ojeda:
"An improvement for `__compiletime_assert` and a trivial cleanup"
* tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linux:
compiler_types: mark __compiletime_assert failure as __noreturn
Compiler Attributes: remove GCC 5.1 mention
Diffstat (limited to 'include/linux/compiler_attributes.h')
-rw-r--r-- | include/linux/compiler_attributes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index 3de06a8fae73..b9121afd8733 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -113,7 +113,6 @@ #define __deprecated /* - * Optional: only supported since gcc >= 5.1 * Optional: not supported by clang * Optional: not supported by icc * |