From b781c7af193b0e6cc0ba50bc91ea7b19ae0baf52 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 22 Aug 2002 17:46:25 +0000 Subject: [PATCH] More compile warnings. (This used to be commit 8303ff62609bd57af457bc1f1527c58657225fdf) --- source3/profile/profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/profile/profile.c b/source3/profile/profile.c index bbcfc780e8b..689f67da997 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -25,8 +25,10 @@ #define IPC_PERMS ((SHM_R | SHM_W) | (SHM_R>>3) | (SHM_R>>6)) #endif /* WITH_PROFILE */ +#ifdef WITH_PROFILE static int shm_id; static BOOL read_only; +#endif struct profile_header *profile_h; struct profile_stats *profile_p; -- 2.34.1