design-patterns-cpp icon indicating copy to clipboard operation
design-patterns-cpp copied to clipboard

Fix compile issues across design patterns

Open dinomight opened this issue 3 years ago • 0 comments

Verified that all design pattern examples build on Windows under clang, mingw-gcc and MSVC compilers. Changes range from signed/unsigned mismatch to unused fields and function variables. I'm working on some new CMakeLists to put in the repo and so this uses those warning settings which are aggressive.

dinomight avatar Jan 17 '22 19:01 dinomight