Re: Fix errors and warnings from g++-4.4.1 (issue193074)
Wormszer <worm...@...>
I too recieved an error from strcmp in oslex.l/cpp when building with visual studio.
toggle quoted message
Show quoted text
Visual studio has not deprecated hash_map from what i can tell, but a boost solution would work there as well. Does the gcc build really generate no warnings, i guess it must not with the compiler flags to make warnings errors? I just built oslcomp and I get about 3800 warnings, this is displaying all warnings. Just picking one example some functions don't have a return in the default switch case, even though the default switch case has a ASSERT macro that calls abort, VS throws a warning. Jeremy On Sun, Jan 24, 2010 at 4:28 AM, <chri...@...> wrote:
|
|