--- utils/net_rpc.o --- cc-1185 c99: WARNING File = utils/net_rpc.c, Line = 2036 An enumerated type is mixed with another type. *type = types[0]; ^ --- utils/net_util.o --- cc-1185 c99: WARNING File = utils/net_util.c, Line = 79 An enumerated type is mixed with another type. *ret_type = types[0]; ^
both warnings are still in 3.0.23d
True, 3.0.23d was a relatively conservative bug-fix only release. This is fixed in the 3.0.24 release branch. Thanks :-) Volker