Files
mongo/test/thread
Keith Bostic f69bbc1814 WT-2820 add gcc warn_unused_result attribute (#2938)
* Add the gcc "cold" attribute to the verbose, message, and assorted error functions (informs the compiler that the function is unlikely to be executed).

* Add the WT_IGNORE_RET() macro that ignores return values in the handfull of places we want to ignore return values.

* Replace calls to fprintf() in the utility with calls to util_err(), replace local variable names in error messages with class names.
2016-08-12 16:49:03 +10:00
..