dtmail: warning: 'DtMailBoolean' is promoted to (int)
authorMarcin Cieslak <saper@saper.info>
Mon, 24 Sep 2012 11:36:15 +0000 (13:36 +0200)
committerJon Trulson <jon@radscan.com>
Tue, 25 Sep 2012 00:26:27 +0000 (18:26 -0600)
commite3564643ad6864624fbbe277c78bbc1288d414f3
tree672042768d5b8dcd7394a7047462ad233047eaed
parent91bfe1e4dc819a96cc12acfe633f2fd6631c131f
dtmail: warning: 'DtMailBoolean' is promoted to (int)

Fix this warning:

RFCTransport.C: In function 'long unsigned int writeToFileDesc(const char*, int,
 __va_list_tag*)':
RFCTransport.C:91: warning: 'DtMailBoolean' is promoted to 'int' when passed thr
ough '...'
RFCTransport.C:91: warning: (so you should pass 'int' not 'DtMailBoolean' to 'va
_arg')
RFCTransport.C:91: note: if this code is reached, the program will abort
cde/programs/dtmail/libDtMail/RFC/RFCTransport.C