Changed the #error to a #warning when checking gcc versions, and
authorFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 03:54:48 +0000 (03:54 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 03:54:48 +0000 (03:54 +0000)
noted the minimum recommended version in the message.

PC/config.h

index 7081551cc74e7110efa1e39ba5b9114ca45fca63..6a1e4c101b1d9db6a4f8f00929dde22a0f606fad 100644 (file)
@@ -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
 
 /*