Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db0e4 commit e39607fCopy full SHA for e39607f
1 file changed
PC/config.h
@@ -31,7 +31,7 @@ compiler specific". Therefore, these should be very rare.
31
compiler don't exhibit this bug.
32
*/
33
#if (__GNUC__==2) && (__GNUC_MINOR__<=91)
34
-#error "Please use an up-to-date version of gcc"
+#warning "Please use an up-to-date version of gcc! (>2.91 recommended)"
35
#endif
36
37
/*
0 commit comments