Silenced compiler warning about unused variable
This commit is contained in:
parent
e942108ad7
commit
f46bcf9d5f
@ -418,7 +418,11 @@ int Xorriso_process_msg_queues(struct XorrisO *xorriso, int flag)
|
|||||||
{
|
{
|
||||||
int ret, error_code= 0, os_errno= 0, count= 0, pass, imgid, tunneled;
|
int ret, error_code= 0, os_errno= 0, count= 0, pass, imgid, tunneled;
|
||||||
int name_prefix_code;
|
int name_prefix_code;
|
||||||
char severity[80], *msg;
|
char severity[80];
|
||||||
|
|
||||||
|
#ifdef Xorriso_with_libjtE
|
||||||
|
char *msg;
|
||||||
|
#endif
|
||||||
|
|
||||||
if(!xorriso->libs_are_started)
|
if(!xorriso->libs_are_started)
|
||||||
return(1);
|
return(1);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.10.04.112234"
|
#define Xorriso_timestamP "2010.10.04.113140"
|
||||||
|
Loading…
Reference in New Issue
Block a user