aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler_attributes.h
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-25 01:25:26 +0200
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2020-08-27 09:53:06 +0200
commit5861af92ff2a2e002449191413c35f3ec5f721fe (patch)
tree305b34ebe2093bb3cd28b04cf099692044ff473f /include/linux/compiler_attributes.h
parentCompiler Attributes: remove comment about sparse not supporting __has_attribute (diff)
downloadwireguard-linux-5861af92ff2a2e002449191413c35f3ec5f721fe.tar.xz
wireguard-linux-5861af92ff2a2e002449191413c35f3ec5f721fe.zip
Compiler Attributes: fix comment concerning GCC 4.6
GCC 4.6 is not supported anymore, so remove a reference to it, leaving just the part about version prior GCC 5. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to '')
-rw-r--r--include/linux/compiler_attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h
index af7a58c19e20..ea7b756b1c8f 100644
--- a/include/linux/compiler_attributes.h
+++ b/include/linux/compiler_attributes.h
@@ -22,7 +22,7 @@
/*
* __has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17.
- * In the meantime, to support 4.6 <= gcc < 5, we implement __has_attribute
+ * In the meantime, to support gcc < 5, we implement __has_attribute
* by hand.
*/
#ifndef __has_attribute