MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
46 stars 12 forks source link

String addition #47

Closed cprodescu closed 10 years ago

cprodescu commented 10 years ago
workspace/mws/src/common/utils/util.cpp:220:22: warning: adding 'int64_t' (aka 'long long') to a string does not append to the string [-Wstring-plus-int]
       return bytes + " B";
               ~~~~~~^~~~~~