diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/config.h b/PC/config.h index 7081551..6a1e4c1 100644 --- a/PC/config.h +++ b/PC/config.h @@ -31,7 +31,7 @@ compiler specific". Therefore, these should be very rare. compiler don't exhibit this bug. */ #if (__GNUC__==2) && (__GNUC_MINOR__<=91) -#error "Please use an up-to-date version of gcc" +#warning "Please use an up-to-date version of gcc! (>2.91 recommended)" #endif /* |