]> source.dussan.org Git - tigervnc.git/commit
Enable more warnings by default
authorPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2023 15:35:47 +0000 (16:35 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2023 15:43:34 +0000 (16:43 +0100)
commitebfd56106d033c92f5f1a7d1c55d3509ebf978f7
tree5bc9441d96df10da642a90f644cc1475d1bc5008
parent36f3690b09c2377814443f47fb493b767826aacf
Enable more warnings by default

These are also useful warnings that tend to find real bugs, so let's
enable then.

The downside is they require us to mark certain things so the compiler
knows if they were on purpose or not.
CMakeLists.txt