Skip to content

Commit 5861af9

Browse files
lucvooojeda
authored andcommitted
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 <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent aac544c commit 5861af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/compiler_attributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/*
2424
* __has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17.
25-
* In the meantime, to support 4.6 <= gcc < 5, we implement __has_attribute
25+
* In the meantime, to support gcc < 5, we implement __has_attribute
2626
* by hand.
2727
*/
2828
#ifndef __has_attribute

0 commit comments

Comments
 (0)