Closed TheAssassin closed 3 months ago
Introduce -Wall -Werror and other build flags to make sure that errors which the compiler would detect don't just slip through. This runtime is a critical codebase that runs on thousands if not millions of computers across the world.
-Wall -Werror
Introducing these leads to build errors which I tried to fix, please review carefully.
Introduce
-Wall -Werror
and other build flags to make sure that errors which the compiler would detect don't just slip through. This runtime is a critical codebase that runs on thousands if not millions of computers across the world.