lastfm / last.json

JSON in C++ the way it should be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type conversion

timdrijvers opened this issue · comments

Compiling with the more strict gcc flag -Wconversion yields some errors like:

stringrep.hpp:86:21: error: conversion to 'char' from 'uint16_t {aka short unsigned int}' may alter its value [-Werror=conversion]