diff options
Diffstat (limited to 'linden/indra/lscript/lscript_compile/indra.y')
-rw-r--r-- | linden/indra/lscript/lscript_compile/indra.y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/lscript/lscript_compile/indra.y b/linden/indra/lscript/lscript_compile/indra.y index c7a4fd6..49d0c38 100644 --- a/linden/indra/lscript/lscript_compile/indra.y +++ b/linden/indra/lscript/lscript_compile/indra.y | |||
@@ -15,6 +15,10 @@ | |||
15 | #define getenv getenv_workaround | 15 | #define getenv getenv_workaround |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #ifdef LL_WINDOWS | ||
19 | #pragma warning( disable : 4065 ) // warning: switch statement contains 'default' but no 'case' labels | ||
20 | #endif | ||
21 | |||
18 | #ifdef __cplusplus | 22 | #ifdef __cplusplus |
19 | } | 23 | } |
20 | #endif | 24 | #endif |