Commit b5e40323921566ce8a15aa7808d22d36acac4edd

Behdad Esfahbod 2021-03-29T15:54:40

-Wno-unused-result GCC doesn't let one turn off the warning using "(void) foo()". People have introduced macros that do "unused << foo()" instead. Until we do something similar, silence gcc. Clang on the other hand understands "(void) foo()".