Improved intentional compiler warning about lack of suitable system adapter
This commit is contained in:
parent
706f8b937d
commit
0894f7773e
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.07.12.110453"
|
||||
#define Cdrskin_timestamP "2011.07.12.141659"
|
||||
|
@ -58,11 +58,11 @@
|
||||
static int intentional_compiler_warning(void)
|
||||
{
|
||||
int INTENTIONAL_COMPILER_WARNING_;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris_;
|
||||
int Have_to_use_dummy_MMC_transport_adapter_;
|
||||
int This_libburn_will_not_be_able_to_operate_on_real_CD_drives;
|
||||
int Have_to_use_dummy_MMC_transport_adapter;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris;
|
||||
int INTENTIONAL_COMPILER_WARNING;
|
||||
|
||||
return(0);
|
||||
|
Loading…
Reference in New Issue
Block a user