branch | trunk |
changeset 291 | 2453590bae1b |
parent 290 | 8b7785e39736 |
child 292 | f6c1a2ec6030 |
--- a/mojoshader.c Wed May 07 23:50:59 2008 -0400 +++ b/mojoshader.c Thu May 08 00:42:50 2008 -0400 @@ -57,6 +57,9 @@ typedef unsigned __int8 uint8; typedef unsigned __int32 uint32; typedef unsigned __int32 int32; +// Warning Level 4 considered harmful. :) +#pragma warning(disable: 4100) // "unreferenced formal parameter" +#pragma warning(disable: 4389) // "signed/unsigned mismatch" #else #include <stdint.h> typedef uint8_t uint8;