Author: mturk Date: Thu Aug 5 12:20:31 2010 New Revision: 982568 URL: http://svn.apache.org/viewvc?rev=982568&view=rev Log: One more empty translation unit warning fix
Modified: commons/proper/daemon/trunk/src/native/unix/native/locks.c Modified: commons/proper/daemon/trunk/src/native/unix/native/locks.c URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/locks.c?rev=982568&r1=982567&r2=982568&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/unix/native/locks.c (original) +++ commons/proper/daemon/trunk/src/native/unix/native/locks.c Thu Aug 5 12:20:31 2010 @@ -46,6 +46,7 @@ int lockf(int fildes, int function, off_ return fcntl(fildes, F_SETLK, &buf); } - +#else +const char __unused_locks_c[] = __FILE__; #endif