mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
e59d22e399
rogueviz/rogueviz.cpp: In function ‘hr::color_t rogueviz::parse1(const string&)’: rogueviz/rogueviz.cpp:76:75: error: format ‘%x’ expects argument of type ‘unsigned int*’, but argument 3 has type ‘int*’ [-Werror=format=] sscanf(s.c_str(), "R%x,%x,%x,%d,%d", &mh, &minh, &alpha, &step, &start); ^ I believe these three variables should have been `color_t` all along. I think this fix doesn't change any of the arithmetic, but I could be wrong. |
||
---|---|---|
.. | ||
banachtarski.cpp | ||
cvl.cpp | ||
flocking.cpp | ||
functions.cpp | ||
fundamental.cpp | ||
grigorchuk.cpp | ||
kohonen.cpp | ||
magiccube.cpp | ||
newconf.cpp | ||
pentagonal.cpp | ||
qtm.cpp | ||
rewriting.cpp | ||
rogueviz.cpp | ||
rogueviz.h | ||
staircase.cpp | ||
sunflower.cpp | ||
triangle.cpp | ||
video.cpp |