From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Igor Schein" To: gcc-help@gcc.gnu.org Cc: igor@txc.com Subject: obsoleted flag Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00125.html Message-ID: <20000401000000.B7IX7NpdSNSLROSmNBEPGXIcB_YvUSgkhRCVbESQoS0@z> Hi, some time between egcs-1.1.2 and gcc-2.96, -fenum-int-equiv was obsoleted. As a result, I can't compile the following simple program with g++ //////////////////////////////////////////////////////////////////////// #include #include #include main(){ struct rusage r; (void)getrusage(0,&r); } //////////////////////////////////////////////////////////////////////// i don't want to cast 1st argument explicitely, because it's highly non-portable. So, is there a g++-2.96 flag which would allow me to compile the program above as is? Thanks Igor Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com