Merge pull request #268 from SChernykh/fix_gcc13

Fixed GCC 13 compilation
pull/273/head
SChernykh 11 months ago committed by GitHub
commit 040f4500a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <cstdint>
constexpr char hexmap[] = "0123456789abcdef";
inline void outputHex(std::ostream& os, const char* data, int length) {

Loading…
Cancel
Save