www.digitalmars.com         C & C++   DMDScript  

c++.command-line - not enough warnings (with -wc)

reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
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
parent reply "Walter" <newshound digitalmars.com> writes:
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 way
to make it give me all / most in one go, or at
 least give me, say, 15 at a time?
Mar 24 2005
parent reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
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 way
to make it give me all / most in one go, or at
 least give me, say, 15 at a time?
Mar 24 2005
parent reply "Walter" <newshound digitalmars.com> writes:
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 (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
way
 to make it give me all / most in one go, or at
 least give me, say, 15 at a time?
Mar 24 2005
parent "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
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 (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
way
 to make it give me all / most in one go, or at
 least give me, say, 15 at a time?
Mar 24 2005