From 13018d62c10731459b0b4fd3f6852dcebddbccb8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2008 23:53:55 +0200 Subject: fix a few compiler warnings on older gcc --- src/pulsecore/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/atomic.h') diff --git a/src/pulsecore/atomic.h b/src/pulsecore/atomic.h index 25b77e51..9c58c661 100644 --- a/src/pulsecore/atomic.h +++ b/src/pulsecore/atomic.h @@ -42,7 +42,7 @@ #error "Please include config.h before including this file!" #endif -#if HAVE_ATOMIC_BUILTINS +#ifdef HAVE_ATOMIC_BUILTINS /* __sync based implementation */ -- cgit