diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index be92d833..544b07de 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.11.19.163646" +#define Cdrskin_timestamP "2006.11.20.090207" diff --git a/libburn/trunk/libburn/sector.c b/libburn/trunk/libburn/sector.c index 6e994288..0fc8a901 100644 --- a/libburn/trunk/libburn/sector.c +++ b/libburn/trunk/libburn/sector.c @@ -350,6 +350,8 @@ static void convert_subs(struct burn_write_opts *o, int inmode, out[0] = ~out[0]; out[1] = ~out[1]; break; + /* ts A61119 : to silence compiler warnings */ + default:; } } @@ -813,7 +815,14 @@ void process_q(struct burn_drive *d, unsigned char *q) #endif /* this needs more info. subs in the data? control/adr? */ + +/* ts A61119 : One should not use inofficial compiler extensions. + >>> Some day this function needs to be implemented. At least for now + the result does not match the "mode" of cdrecord -toc. + */ +/* #warning sector_identify needs to be written +*/ int sector_identify(unsigned char *data) { scramble(data);