>>>>> "Rich" == Rich Shepard <[EMAIL PROTECTED]> writes:
Rich> I'm surprised to see the number of compiler warnings as I Rich> rebuild the src.rpm for our RH 6.2 network here. Here's one Rich> example: Rich> buffer.C:3187:2: warning: #warning This is wrong we cannot Rich> insert an inset like this!!! Rich> I know that warnings are not fatal, as are errors, but ones Rich> such as this ought to catch someone's eye for the next release. Rich> :-) These warnings are notes that developpers write to get the attention of others. Usually, these are guarded with #ifdef, so that they do not appear when compiling stable versions. The one you mention was forgotten, indeed. I just fixed it. Feel free to send the complete list of warnings you get, I'll take a look. JMarc
