Changeset 87021 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2020 11:28:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/http-server.cpp
r87020 r87021 437 437 RT_NOREF(pClient); 438 438 439 #ifdef LOGGING_ENABLED 439 440 if (!pszData) /* Nothing to log? Bail out. */ 440 441 return; … … 453 454 RTMemFree(ppapszStrings); 454 455 } 456 #else 457 RT_NOREF(fWrite, pszData); 458 #endif 455 459 } 456 460
Note:
See TracChangeset
for help on using the changeset viewer.