Changeset 62452 in vbox for trunk/src/VBox/Runtime/common/string/strcache.cpp
- Timestamp:
- Jul 22, 2016 3:16:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r57358 r62452 850 850 { 851 851 uint32_t cRefs = ASMAtomicIncU32(&pEntry->cRefs); 852 Assert(cRefs < UINT32_MAX / 2); 852 Assert(cRefs < UINT32_MAX / 2); NOREF(cRefs); 853 853 } 854 854 else
Note:
See TracChangeset
for help on using the changeset viewer.