]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Eliminate compiler warnings.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 22 Oct 2012 00:27:38 +0000 (00:27 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 22 Oct 2012 00:27:38 +0000 (00:27 +0000)
Get Xcode project building again.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10655 7a7537e8-13f0-0310-91df-b6672ffda945

backend/usb-darwin.c
xcode/CUPS.xcodeproj/project.pbxproj
xcode/config.h

index b312efabfefdbdb8b99bc31f8490441a3a71f262..880e5148a438267214104b6b88ea7edb1020622e 100644 (file)
@@ -2133,7 +2133,11 @@ static void sigquit_handler(int sig, siginfo_t *si, void *unused)
   char pathbuf[PROC_PIDPATHINFO_MAXSIZE];
   static char msgbuf[256] = "";
 
-  if (proc_pidpath(si->si_pid, pathbuf, sizeof(pathbuf)) > 0 && 
+
+  (void)sig;
+  (void)unused;
+
+  if (proc_pidpath(si->si_pid, pathbuf, sizeof(pathbuf)) > 0 &&
       (path = basename(pathbuf)) != NULL)
     snprintf(msgbuf, sizeof(msgbuf), "SIGQUIT sent by %s(%d)", path, (int)si->si_pid);
   else
index c1a32a00db6072c0d6e79ccb3be37a7e6747686c..4f8a2419bbb38ade2007f36ea3a24a500ea811a1 100644 (file)
                72BF96371333042100B1EAD7 /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 0440;
+                               LastUpgradeCheck = 0450;
                                ORGANIZATIONNAME = "Apple Inc.";
                        };
                        buildConfigurationList = 72BF963A1333042100B1EAD7 /* Build configuration list for PBXProject "CUPS" */;
index 441c4c41ff63e1f794a0e52eb0ea12bf0927c16e..00c3f3dc89ebde07b933a1f200e9c0ac3d9beecf 100644 (file)
  */
 
 #define HAVE_AUTHORIZATION_H 1
-#define HAVE_SECBASEPRIV_H 1
+/* #undef HAVE_SECBASEPRIV_H */
 #define HAVE_SECCERTIFICATE_H 1
-#define HAVE_SECIDENTITYSEARCHPRIV_H 1
+/* #undef HAVE_SECIDENTITYSEARCHPRIV_H */
 #define HAVE_SECITEM_H 1
-#define HAVE_SECITEMPRIV_H 1
+/* #undef HAVE_SECITEMPRIV_H */
 #define HAVE_SECPOLICY_H 1
-#define HAVE_SECPOLICYPRIV_H 1
-#define HAVE_SECURETRANSPORTPRIV_H 1
+/* #undef HAVE_SECPOLICYPRIV_H */
+/* #undef HAVE_SECURETRANSPORTPRIV_H */
 
 
 /*
  */
 
 #define HAVE_COREFOUNDATION_H 1
-#define HAVE_CFPRIV_H 1
-#define HAVE_CFBUNDLEPRIV_H 1
+/* #undef HAVE_CFPRIV_H */
+/* #undef HAVE_CFBUNDLEPRIV_H */
 
 
 /*
  */
 
 #define HAVE_MEMBERSHIP_H 1
-#define HAVE_MEMBERSHIPPRIV_H 1
+/* #undef HAVE_MEMBERSHIPPRIV_H */
 #define HAVE_MBR_UID_TO_UUID 1
 
 
  * Do we have Darwin's IOKit private headers?
  */
 
-#define HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H 1
+/* #undef HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H */
 
 
 /*
 #define HAVE_GSS_ACQUIRE_CRED_EX_F 1
 #define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
 #define HAVE_GSS_GSSAPI_H 1
-#define HAVE_GSS_GSSAPI_SPI_H 1
+/* #undef HAVE_GSS_GSSAPI_SPI_H */
 #define HAVE_GSSAPI 1
 /* #undef HAVE_GSSAPI_GENERIC_H */
 /* #undef HAVE_GSSAPI_GSSAPI_H */
  */
 
 #define HAVE_XPC 1
-#define HAVE_XPC_PRIVATE_H 1
+/* #undef HAVE_XPC_PRIVATE_H */
 
 
 /*