]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more warning stuff.
authorMichael Jerris <mike@jerris.com>
Mon, 21 May 2007 19:34:43 +0000 (19:34 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 21 May 2007 19:34:43 +0000 (19:34 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@73 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/isdn/include/Q931.h

index 0ed40e5147119e9e7840675b811aaaf7463ef5aa..f320504e6a7e8a1c13047cfc9a1152f7a243a20d 100644 (file)
 #include "stdio.h"\r
 \r
 #ifdef _MSC_VER\r
-/* warning C4100 : unreferenced formal parameter */\r
-/* warning C4189 : local variable is initialized but not referenced  TODO:  This one should not be disabled*/\r
-#pragma warning(disable:4100 4189)\r
+/* warning C4244: conversion from 'type a' to 'type b', possible loss of data  TODO:  This one should not be disabled */\r
+/* warning C4189 : local variable is initialized but not referenced  TODO:  This one should not be disabled */\r
+/* warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence TODO:  This one should not be disabled */\r
+/* warning C4267: '=' : conversion from 'size_t' to 'unsigned char', possible loss of data TODO:  This one should not be disabled */\r
+#pragma warning(disable:4244 4189 4554 4267)\r
 #endif\r
 \r
 /*****************************************************************************\r