Hi, is it possible to turn off -Walways-true warning for certain comparison? I have a template with parameter of integral type, which can be both signed and unsigned and I'm testing the value for <0.. With -Wall (which I'm using by default) I always get a warning this comparison is always true when I use unsigned type as a parameter.. Are there any workarounds? Thanks m
_______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus