Description of problem: I just tried to compile package cryptsetup-0.1-3 from package Redhat Fedora Core 3 Test 3. The compiler said setup.c(55): warning #1011: missing return statement at end of non-void function "setup_leave" The source code is if (!memory_unsafe) munlockall(); } Suggest add return statement at end of function. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Reported upstream.