From: Abramo Bagnara Date: Wed, 7 Feb 2001 17:34:52 +0000 (+0000) Subject: Commented out enum typechecking X-Git-Tag: v1.0.3~980 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=93265d5c0f623846888c49d5a0d7f089483a833a;p=alsa-lib.git Commented out enum typechecking --- diff --git a/include/global.h b/include/global.h index a42e0b6a..76c8a26f 100644 --- a/include/global.h +++ b/include/global.h @@ -10,7 +10,7 @@ #define SND_BIG_ENDIAN SNDRV_BIG_ENDIAN #endif -#define SND_ENUM_TYPECHECK +//#define SND_ENUM_TYPECHECK #ifdef SND_ENUM_TYPECHECK #define snd_enum_to_int(v) ((unsigned int)(unsigned long)(v))