File dvgrab-3.2-no-return-in-nonvoid-function.patch of Package dvgrab
Index: filehandler.cc =================================================================== --- filehandler.cc.orig 2008-08-01 06:50:50.000000000 +0200 +++ filehandler.cc 2008-09-17 17:37:08.000000000 +0200 @@ -1015,7 +1015,6 @@ off_t QtHandler::GetFileSize() if ( stat( filename.c_str(), &file_status ) == 0 ) return file_status.st_size; } - else return 0; }