Closed kichyr closed 11 months ago
if ( va_list ) is bogus -- there is no way to determine the number of args (including zero) defined officially.
This will be fixed in the next push (later this week) to the V5 repo. Delete lqiolib/src/error.cpp, line 150 "if ( va_list ) {" and the "} else { ... }" block. The dist and V6 repos will be done somewhat later. It's funny that neither clang nor gcc on my ubuntu, windows, and fedora machines didn't complain.
`
reproduce on a clean virtual ubuntu 20.04
steps: sudo apt install build-essential autotools-dev automake libtool flex bison fig2dev libexpat1-dev git clone https://github.com/SEALABQualityGroup/V5.git cd V5 autoreconf -vif ./configure make sudo make install