--- 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]; ^
Fixed by converting all the lookup rpc calls to correctly return enum types. Thanks ! Jeremy.