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
Most unused parameters are in the DataLayer subclass headers. Fixing them with [[maybe_unused]] or unnamed parameters is good first-contribution work.
Order:move stb_image_write.h to third_party/ (#192), FFPoint (#191), then decide where the generated colormap.h goes, then the layer headers, then Command.cpp / FireDomain.cpp. Enable FOREFIRE_WARNINGS_AS_ERRORS for each file as it is cleared. Finish this before #164.
Drafted with Claude Opus 5, reviewed by a maintainer.
Tracks clearing the
-Wall -Wextrabacklog enabled in #156. Currently 373 unique GCC warnings:-Wunused-parameter-Wdeprecated-copy-Wmissing-field-initializers-Wunused-variable-Wreorder-Wdeprecated-copycame fromFFPoint(fixed in Give FFPoint one way to copy itself #191).DataLayersubclass headers. Fixing them with[[maybe_unused]]or unnamed parameters is good first-contribution work.Order:
move(#192),stb_image_write.htothird_party/(#191), then decide where the generatedFFPointcolormap.hgoes, then the layer headers, thenCommand.cpp/FireDomain.cpp. EnableFOREFIRE_WARNINGS_AS_ERRORSfor each file as it is cleared. Finish this before #164.Drafted with Claude Opus 5, reviewed by a maintainer.