gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 [gives the error below](https://travis-ci.org/paulmenzel/cups/jobs/498117007). ``` Compiling ppdc-array.cxx... ppdc-array.cxx:34:31: error: implicit conversion changes signedness: 'int' to 'unsigned long' [-Werror,-Wsign-conversion] data = new ppdcShared *[count]; ~~~ ^~~~~ ppdc-array.cxx:84:30: error: implicit conversion changes signedness: 'int' to 'unsigned long' [-Werror,-Wsign-conversion] temp = new ppdcShared *[alloc]; ~~~ ^~~~~ 2 errors generated. ```
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 gives the error below.