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
In file included from ../src/lib_json/../../include/json/writer.h:10,
from ../src/lib_json/json_writer.cpp:8:
../src/lib_json/../../include/json/value.h: In member function ‘void Json::Value::setType(Json::ValueType)’:
../src/lib_json/../../include/json/value.h:615:51: warning: conversion from ‘unsigned int’ to ‘unsigned char’ may change value [-Wconversion]
void setType(ValueType v) { bits_.value_type_ = v; }
The text was updated successfully, but these errors were encountered:
gcc 8.2 & cmake 3.12
Compiler output:
The text was updated successfully, but these errors were encountered: