_must_check
_must_check
Posted Nov 23, 2006 15:12 UTC (Thu) by nix (subscriber, #2304)In reply to: _must_check by gnb
Parent article: KHB: Automating bug hunting
Also, (void)blah is *really ugly*. To me casts to void look *wrong*. They only really make sense in the context of C++ templates (for the same reason that returning `values of type void' can sometimes make sense there).
