Is this by typing just make in the CppUTest root directory? No
configure/cmake stuff? Both of these will check that your compiler
actually supports these flags, and if it don't it won't be used.
The -Wsign-conversion is a standard gcc flag, which probably came a bit
after 4.1.
Being that you are using such an old compiler, I would suggest you run
./configure && make instead of just make. Or use cmake for the same thing.
- Martin
> --
> You received this message because you are subscribed to the Google
> Groups "cpputest" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
cpputest+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>