Author: metze Date: 2007-07-16 14:19:59 +0000 (Mon, 16 Jul 2007) New Revision: 23891
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23891 Log: fix compiler warning metze Modified: branches/SAMBA_3_2/source/profile/profile.c Changeset: Modified: branches/SAMBA_3_2/source/profile/profile.c =================================================================== --- branches/SAMBA_3_2/source/profile/profile.c 2007-07-16 11:27:29 UTC (rev 23890) +++ branches/SAMBA_3_2/source/profile/profile.c 2007-07-16 14:19:59 UTC (rev 23891) @@ -89,6 +89,8 @@ #endif /* WITH_PROFILE */ } +#ifdef WITH_PROFILE + /**************************************************************************** receive a set profile level message ****************************************************************************/ @@ -134,7 +136,6 @@ /******************************************************************* open the profiling shared memory area ******************************************************************/ -#ifdef WITH_PROFILE #ifdef HAVE_CLOCK_GETTIME
