mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-12 09:51:40 +00:00
Fixed compile warnings
This commit is contained in:
parent
0570df3f4a
commit
686c15f29e
@ -303,7 +303,7 @@ searpc_server_call_function (const char *svc_name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
char*
|
char*
|
||||||
searpc_compute_signature(gchar *ret_type, int pnum, ...)
|
searpc_compute_signature(const gchar *ret_type, int pnum, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
@ -96,6 +96,6 @@ gchar *searpc_server_call_function (const char *service,
|
|||||||
*
|
*
|
||||||
* Compute function signature.
|
* Compute function signature.
|
||||||
*/
|
*/
|
||||||
char* searpc_compute_signature (gchar *ret_type, int pnum, ...);
|
char* searpc_compute_signature (const gchar *ret_type, int pnum, ...);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user