Silenced compiler warning about unused variable
This commit is contained in:
parent
7e8a7f417a
commit
eebcb48dc3
@ -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 name_prefix_code;
|
||||
char severity[80], *msg;
|
||||
char severity[80];
|
||||
|
||||
#ifdef Xorriso_with_libjtE
|
||||
char *msg;
|
||||
#endif
|
||||
|
||||
if(!xorriso->libs_are_started)
|
||||
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