Silenced compiler warning about unused variable

This commit is contained in:
Thomas Schmitt 2010-10-04 11:32:04 +00:00
parent e942108ad7
commit f46bcf9d5f
2 changed files with 6 additions and 2 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.10.04.112234"
#define Xorriso_timestamP "2010.10.04.113140"