]> source.dussan.org Git - tigervnc.git/commit
Enforce using nullptr for C++ code
authorPierre Ossman <ossman@cendio.se>
Wed, 3 Apr 2024 10:42:43 +0000 (12:42 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 24 Jun 2024 11:46:30 +0000 (13:46 +0200)
commit8530a1bd034feee8bd6e3a436887af187b058f2b
tree734c1cbd2c833332ef03c36076c7ff909884300c
parentceb60ad3d53c8bd3d9388d231f8054851d6f6a56
Enforce using nullptr for C++ code

The compiler can help out in making sure we are consistent in our use of
nullptr rather than NULL.
CMakeLists.txt