There is a string of warnings spit out when compiling with 2.95.x in Menu.cc 
and Screen.cc.  The stl function used in these two files does:

n >= 0

even though n is defined as an unsigned value and the compiler wants to let 
you know that the test is always going to be true.  It is not important and 
quite harmless.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to