]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compiler warnings.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 14 Feb 2019 16:10:56 +0000 (11:10 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 14 Feb 2019 16:10:56 +0000 (11:10 -0500)
cups/adminutil.c
cups/backchannel.c
xcode/CUPS.xcodeproj/project.pbxproj

index 1a5067f1ba66216b08d7bb63ef89642bf62078e0..7ff5bf2bc379a2a75c1fe1b37eefc655e4ab2d68 100644 (file)
@@ -47,6 +47,10 @@ cupsAdminCreateWindowsPPD(
     char       *buffer,                        /* I - Filename buffer */
     int        bufsize)                        /* I - Size of filename buffer */
 {
+  (void)http;
+  (void)dest;
+  (void)bufsize;
+
   if (buffer)
     *buffer = '\0';
 
@@ -69,6 +73,13 @@ cupsAdminExportSamba(
     const char *samba_password,                /* I - Samba password */
     FILE       *logfile)               /* I - Log file, if any */
 {
+  (void)dest;
+  (void)ppd;
+  (void)samba_server;
+  (void)samba_user;
+  (void)samba_password;
+  (void)logfile;
+
   return (0);
 }
 
index 6c9aba417020465916f59b543ad673b191e400d5..916c31433706890c20b2017fe1b18435983d705d 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include "cups.h"
+#include "sidechannel.h"
 #include <errno.h>
 #ifdef _WIN32
 #  include <io.h>
index 5ce56507e574b6e9b5fa945d4e6cb798c08e810c..d449169e2ef94320b195e77a29befc7a0274b072 100644 (file)
                        hasScannedForEncodings = 0;
                        knownRegions = (
                                en,
+                               Base,
                        );
                        mainGroup = 72BF96351333042100B1EAD7;
                        productRefGroup = 72220EAF1333047D00FCA411 /* Products */;