Compiling printing/printing.c cc-1185 cc: WARNING File = printing/printing.c, Line = 255 An enumerated type is mixed with another type. return get_printer_fns_from_type( lp_printing(snum) ); ^ cc-1185 cc: WARNING File = printing/printing.c, Line = 1404 An enumerated type is mixed with another type. type = lp_printing(snum); ^
Warning on line 1404, enum printing_types type; type = lp_printing(snum); defined in include/proto.h int lp_printing(int );
fixed by defaulting to int. Fixing the use of enumerated types in loadparm.c for the lp_XX() is a bug job. Maybe later.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.