summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 25b9e2ec..a361f403 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -1050,8 +1050,8 @@ void cfmakeraw(struct termios *);
/* Needed because 4.x versions of GCC are really annoying */
#define ignore_return(funcall) \
do { \
- ssize_t result = (funcall); \
- assert(result != -23); \
+ ssize_t locresult = (funcall); \
+ assert(locresult != -23); \
} while (0)
static /*@unused@*/ inline void memory_barrier(void)