c++.command-line - not enough warnings (with -wc)
- Matthew (2/2) Mar 23 2005 I'm only getting four at a time, and it's really annoying. Is there a wa...
I'm only getting four at a time, and it's really annoying. Is there a way to make it give me all / most in one go, or at least give me, say, 15 at a time?
Mar 23 2005
Try not using -wx ? "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1th2o$13rq$1 digitaldaemon.com...I'm only getting four at a time, and it's really annoying. Is there a wayto make it give me all / most in one go, or atleast give me, say, 15 at a time?
Mar 24 2005
Can't really do that, as then each time I'd have to issue a delete (for the obj(s)) along with the make command. The cure'd be worse than the symptoms "Walter" <newshound digitalmars.com> wrote in message news:d1u0nr$1p95$2 digitaldaemon.com...Try not using -wx ? "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1th2o$13rq$1 digitaldaemon.com...I'm only getting four at a time, and it's really annoying. Is there a wayto make it give me all / most in one go, or atleast give me, say, 15 at a time?
Mar 24 2005
But if you want to see them all in one go, do it as a temporary change to the makefile. Get them all, fix them all, then change it back. You won't be seeing 15 at a time in *new* code, will you? <g> "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1u2rf$1rp6$1 digitaldaemon.com...Can't really do that, as then each time I'd have to issue a delete (forthe obj(s)) along with the make command. Thecure'd be worse than the symptoms "Walter" <newshound digitalmars.com> wrote in messagenews:d1u0nr$1p95$2 digitaldaemon.com...wayTry not using -wx ? "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1th2o$13rq$1 digitaldaemon.com...I'm only getting four at a time, and it's really annoying. Is there ato make it give me all / most in one go, or atleast give me, say, 15 at a time?
Mar 24 2005
True I suspect that what I've seen so far in the standard headers (DMC + STLport) is merely a subset of the c-casts, but you're right in so far as only a new library - and I plan to test more as I go <g> - will bring out batches of them. "Walter" <newshound digitalmars.com> wrote in message news:d1v1vn$6qd$1 digitaldaemon.com...But if you want to see them all in one go, do it as a temporary change to the makefile. Get them all, fix them all, then change it back. You won't be seeing 15 at a time in *new* code, will you? <g> "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1u2rf$1rp6$1 digitaldaemon.com...Can't really do that, as then each time I'd have to issue a delete (forthe obj(s)) along with the make command. Thecure'd be worse than the symptoms "Walter" <newshound digitalmars.com> wrote in messagenews:d1u0nr$1p95$2 digitaldaemon.com...wayTry not using -wx ? "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d1th2o$13rq$1 digitaldaemon.com...I'm only getting four at a time, and it's really annoying. Is there ato make it give me all / most in one go, or atleast give me, say, 15 at a time?
Mar 24 2005