summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 01:08:27 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 01:08:27 +0100
commit7eb42bddb3a1ae99215387ca189eba7e85110344 (patch)
tree99193a71c851334a6112c7f45673ea7fc40688ea /sd
parent54a17dd2466ebb9fcda181f5dd02c64a5508f306 (diff)
windows: warning 4706 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/remotecontrol/mDNSResponder/CommonServices.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
index 2ed2e32dd58b..defa6b7eb634 100755
--- a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
@@ -258,7 +258,6 @@ extern "C" {
#elif ( defined( _MSC_VER ) )
#pragma warning( disable:4127 ) // Disable "conditional expression is constant" warning for debug macros.
- #pragma warning( disable:4706 ) // Disable "assignment within conditional expression" for Microsoft headers.
#endif
@@ -266,10 +265,6 @@ extern "C" {
#include <winsock2.h>
#include <ws2tcpip.h>
- #if ( defined( _MSC_VER ) )
- #pragma warning( default:4706 )
- #endif
-
#else
#error unknown OS - update this file to support your OS
#endif