only:gcc13 #6452
This commit is contained in:
parent
687c23e0b8
commit
9cb308b09d
|
@ -15,4 +15,9 @@
|
|||
#error "GCC compiler >= 11.3.1 required"
|
||||
#endif
|
||||
|
||||
#if (GCC_VERSION > 1300)
|
||||
#error "Looks like we support only 11 and 12?"
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue