Changeset 62564 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Jul 26, 2016 2:43:03 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/common/string
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r62477 r62564 349 349 RTMemFree(pThis); 350 350 } 351 352 RT_NOREF_PV(pszName); 351 353 return rc; 352 354 } … … 431 433 } 432 434 # endif 435 RT_NOREF_PV(pThis); 433 436 } 434 437 #else -
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r62477 r62564 375 375 376 376 AssertMsg(!chArgSize, ("Not argument size '%c' for RT types! '%.10s'\n", chArgSize, pszFormatOrg)); 377 RT_NOREF_PV(chArgSize); 377 378 378 379 /*
Note:
See TracChangeset
for help on using the changeset viewer.