Description of problem: I just tried to compile package libmusicbrainz-2.0.2-5 from Redhat Fedora Core 1. The compiler said 1. browser.c:84: warning: too many arguments for format The source code is sprintf(newBrowser, "%s\"%%s\"", browser, ptr + 2); Perhaps the programmer didn't know that %% specifies %. Perhaps sprintf(newBrowser, "%s\"%%%s\"", browser, ptr + 2); was intended. 2. tiger.c(162): remark #1011: missing return statement at end of non-void function "tiger_compress" The source code is /* The compress function is a function. Requires smaller cache? */ tiger_compress(word64 *str, word64 state[3]) { tiger_compress_macro(((word64*)str), ((word64*)state)); } Suggest make function have void return type. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Filed upstream at: http://sourceforge.net/tracker/index.php?func=detail&aid=895884&group_id=19506&atid=119506