1
1
Jeff Squyres 3970b06134 misc: passing a bool to va_start() is undefined
According to clang on MacOS, passing a bool parameter -- which
undergoes default parameter promotion -- to va_start() results in
undefined behavior.  So just change these params to int and avoid the
issue.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-09-15 06:04:13 -07:00
..
2015-06-23 20:59:57 -07:00
2018-09-13 08:24:17 -07:00
2018-01-15 08:21:01 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00