mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-24 02:08:16 +00:00
-Wno-sign-compare is used to suppress warnings related to comparing signed values with unsigned ones. It's too pedantic. -Wunused-parameter is also too pedantic, especially since all parameters have to be named in C. Otherwise, -Wextra lets us catch bugs, such as x < 0 for unsigned x. On gcc, we pass -Wimplicit-fallthrough=2 so it will recognize our fall through comment.
5.2 KiB
5.2 KiB