If you are using the GNU compilers, the "-pedantic" option will make this a warning. If you can compile with "-pedantic-errors" than you are much closer to working on windows. If you can't compile with "- pedantic-errors", you aren't really writing in C++ ;).
-- jt On Feb 10, 2009, at 2:44 PM, Alex Nolley wrote: > Ahh alright, I wonder if #defining that would fix the error on > windows as > well? I want to leave that value referenced by name since it is used > at > another location in the code (instead of just calling 100). Once I get > Visual Studio installed I'll start doing more tests on Windows. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
