Actions
Bug #12
closedBuild aborts with "error: format not a string literal and no format arguments"
Start date:
02/11/2010
Due date:
% Done:
100%
Estimated time:
Description
Building on Gentoo with GCC 4.4.3 fails with the following error message
plugin.c: In function 'plugin_load': plugin.c:63: error: format not a string literal and no format arguments make[1]: *** [plugin.o] Error 1 make[1]: Leaving directory `/home/gregor/sourcecode/unagi/src' make: *** [all-recursive] Error 1
The attached patch fixes the problem.
Files
Updated by Arnaud Fontaine almost 15 years ago
- Category set to Core
- Assignee set to Arnaud Fontaine
- Target version set to 0.2
- Category set to Core
- Assignee set to Arnaud Fontaine
- Target version set to 0.2
Updated by Arnaud Fontaine almost 15 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:"b6f1824351f3cc8e537c1f2c5907f50c89b46ae0".
Actions