Description of problem: I just tried to compile package postfix-2.1.4-1 from Redhat Fedora Core 3 Test 3. The compiler said own_inet_addr.c(222): warning #1011: missing return statement at end of non-void function "own_inet_addr" What happens if the function executes all of the for loop, and falls off the end of the function ? Suggest add return statement at the end of the routine. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fixed in rawhide in rpm postfix-2.2.1-1 or newer.