Kaydet (Commit) e39607f2 authored tarafından Fred Drake's avatar Fred Drake

Changed the #error to a #warning when checking gcc versions, and

noted the minimum recommended version in the message.
üst 69db0e4a
......@@ -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
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment