Bug fix: Compilation warning for unsupported systems mutated into an error
This commit is contained in:
parent
a9d52219b1
commit
5cbd92c31b
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2014.03.14.095413"
|
#define Cdrskin_timestamP "2014.03.17.221810"
|
||||||
|
@ -70,11 +70,13 @@
|
|||||||
static int intentional_compiler_warning(void)
|
static int intentional_compiler_warning(void)
|
||||||
{
|
{
|
||||||
int INTENTIONAL_COMPILER_WARNING_;
|
int INTENTIONAL_COMPILER_WARNING_;
|
||||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris_nor_NetBSD_;
|
int Cannot_recognize_supported_operating_system_;
|
||||||
|
int Like_GNU_Linux_or_FreeBSD_or_Solaris_or_NetBSD_;
|
||||||
int Have_to_use_dummy_MMC_transport_adapter_;
|
int Have_to_use_dummy_MMC_transport_adapter_;
|
||||||
int This_libburn_will_not_be_able_to_operate_on_real_CD_drives;
|
int This_libburn_will_not_be_able_to_operate_on_real_CD_drives;
|
||||||
int Have_to_use_dummy_MMC_transport_adapter;
|
int Have_to_use_dummy_MMC_transport_adapter;
|
||||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris_nor_NetBSD_;
|
int Like_GNU_Linux_or_FreeBSD_or_Solaris_or_NetBSD;
|
||||||
|
int Cannot_recognize_supported_operating_system;
|
||||||
int INTENTIONAL_COMPILER_WARNING;
|
int INTENTIONAL_COMPILER_WARNING;
|
||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user