mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
- Remove deprecated GCC 4.4 hack
svn path=/trunk/; revision=43187
This commit is contained in:
parent
dc0fc114d6
commit
0e4aca0ab4
1 changed files with 0 additions and 6 deletions
|
@ -74,12 +74,6 @@ CUnregisterSubdevice::UnregisterSubdevice(
|
||||||
|
|
||||||
PC_ASSERT_IRQL_EQUAL(PASSIVE_LEVEL);
|
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;
|
DeviceExtension = (PPCLASS_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
|
||||||
PC_ASSERT(DeviceExtension);
|
PC_ASSERT(DeviceExtension);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue