mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Squeeze warning on gcc 4.3.2
This commit is contained in:
parent
f29a773577
commit
399aa3af0a
@ -76,7 +76,7 @@ char *bugzilla_get_version(BugzillaData *data) {
|
||||
|
||||
if(data->xenv.fault_occurred) {
|
||||
E_WARNING(E_STRLOC ": Unable to call xmlrpc function (%s)\n", data->xenv.fault_string);
|
||||
return "";
|
||||
return (char*)"";
|
||||
}
|
||||
|
||||
/* this value will be malloc()-ated by xmlrpc_decompose_value() and should be freeed by user */
|
||||
|
Loading…
Reference in New Issue
Block a user