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
..
2018-03-02 02:00:31 -08:00
2018-06-18 13:24:25 -07:00
2017-02-05 16:24:10 +01:00
2016-03-14 09:42:43 -07:00
2015-06-23 20:59:57 -07:00
2018-03-02 02:00:31 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2018-01-10 20:28:21 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2017-06-23 06:22:31 -07:00