[ros-diffs] [sginsberg] 43187: - Remove deprecated GCC 4.4 hack

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Sun Sep 27 15:20:44 CEST 2009


Author: sginsberg
Date: Sun Sep 27 15:20:44 2009
New Revision: 43187

URL: http://svn.reactos.org/svn/reactos?rev=43187&view=rev
Log:
- Remove deprecated GCC 4.4 hack

Modified:
    trunk/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp

Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp?rev=43187&r1=43186&r2=43187&view=diff
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp [iso-8859-1] Sun Sep 27 15:20:44 2009
@@ -74,12 +74,6 @@
 
     PC_ASSERT_IRQL_EQUAL(PASSIVE_LEVEL);
 
-#if defined(__GNUC__) && \
-    (__GNUC__ * 100 + __GNUC_MINOR__ == 404)
-    /* Silence incorrect GCC 4.4.x warning */
-    SubDeviceEntry = NULL;
-#endif
-
     DeviceExtension = (PPCLASS_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
     PC_ASSERT(DeviceExtension);
 




More information about the Ros-diffs mailing list