]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc.h
Fix compiler warning from newer GCC (Issue #5533)
[thirdparty/cups.git] / ppdc / ppdc.h
index a4d16ab2316777d5dd43192dd6cb3e4d0d0b7910..075cdcb5041539fd1c3e38edebaf77ee0e8fc041 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Definitions for the CUPS PPD Compiler.
 //
-// Copyright 2007-2009 by Apple Inc.
+// Copyright 2007-2019 by Apple Inc.
 // Copyright 2002-2007 by Easy Software Products.
 //
 // Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
@@ -105,7 +105,7 @@ class ppdcArray                             //// Shared Array
 {
   public:
 
-  int          count,                  // Number of elements
+  size_t       count,                  // Number of elements
                alloc,                  // Allocated elements
                current;                // Current element
   ppdcShared   **data;                 // Elements