From 93265d5c0f623846888c49d5a0d7f089483a833a Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Wed, 7 Feb 2001 17:34:52 +0000 Subject: [PATCH] Commented out enum typechecking --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.1