From 2af1d88703f60d40fa0a5e7118b6e2f9fe17f931 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Thu, 14 Jun 2007 18:18:03 +0000 Subject: Disable warnings about #pragma mark - in the right place this time TargetVersion: 1.7 Component: krb5-libs Ticket: 19569 Subj: Tweaks for 1.7 build on Windows. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19575 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/lib/ccapi_ccache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ccapi/lib') diff --git a/src/ccapi/lib/ccapi_ccache.c b/src/ccapi/lib/ccapi_ccache.c index d486b5369..5a975810c 100644 --- a/src/ccapi/lib/ccapi_ccache.c +++ b/src/ccapi/lib/ccapi_ccache.c @@ -34,8 +34,6 @@ #if TARGET_OS_MAC #warning Workaround for AppleConnect crash causes leak #include -#else -#pragma warning (disable: 4068) #endif /* ------------------------------------------------------------------------ */ -- cgit