aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/ignore_ret.h
Commit message (Collapse)AuthorAgeFilesLines
* tweak IGNORE_RET behavior a bitMike Frysinger2016-04-111-1/+1
| | | | | | | | | | GCC will still warn about unused return value with the form: if (write(...)); Instead, change the semi-colon to an empty set of braces. BUG=chromium:428478 TEST=build+test still works
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-0/+40
Review URL: https://breakpad.appspot.com/421002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@995 4c0a9323-5329-0410-9bdc-e9ce6186880e