When compiling on util.h FreeBSD, the build fails with "va_list not declared." Including stdarg.h corrects this error and allows the build to succeed.
Explicitly #include stdarg.h, for access to va_list #2696
pull robbak wants to merge 1 commits into bitcoin:master from robbak:util_h-Add_stdarg_include changing 1 files +2 −0-
robbak commented at 12:46 PM on May 25, 2013: contributor
-
Explicitly #include stdarg.h, for access to va_list 65ec9eab2b
-
jgarzik commented at 1:14 PM on May 25, 2013: contributor
ACK
-
BitcoinPullTester commented at 2:37 PM on May 25, 2013: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/65ec9eab2bf1aea0bd580e1d972f54163b58b332 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
- laanwj referenced this in commit 09e437ba4e on May 25, 2013
- laanwj merged this on May 25, 2013
- laanwj closed this on May 25, 2013
- robbak deleted the branch on May 25, 2013
- laudney referenced this in commit 5b7bc3a31f on Mar 19, 2014
- DrahtBot locked this on Sep 8, 2021
Contributors