- Timestamp:
- Jul 28, 2016 3:45:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r62389 r62630 253 253 { 254 254 LogFlow(("ich9pciIOPortAddressWrite: Port=%#x u32=%#x cb=%d\n", Port, u32, cb)); 255 NOREF(pvUser);255 RT_NOREF2(Port, pvUser); 256 256 if (cb == 4) 257 257 { … … 289 289 PDMBOTHCBDECL(int) ich9pciIOPortAddressRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb) 290 290 { 291 NOREF(pvUser);291 RT_NOREF2(Port, pvUser); 292 292 if (cb == 4) 293 293 { … … 316 316 #ifdef IN_RING3 317 317 NOREF(rcReschedule); 318 #else 319 RT_NOREF2(val, cb); 318 320 #endif 319 321
Note:
See TracChangeset
for help on using the changeset viewer.