You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./deps/json.hpp:9995:25: required from here
./deps/json.hpp:5957:72: error: conversion to 'char' from 'int' may alter its value [-Werror=conversion]
: ('a' + static_cast<char>((v - 10) & 0x1f));
^
./deps/json.hpp:5957:72: error: conversion to 'char' from 'int' may alter its value [-Werror=conversion]
Hello,
Using gcc
6.1.0
.Compilation error (
-Wconversion -Werror
):hexify:
Could be written as something like:
Would you be interested in a PR for such a change?
The text was updated successfully, but these errors were encountered: