Changeset 75992 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 17, 2011, 7:10:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r75991 r75992 1 2011-01-17 Jarred Nicholls <[email protected]> 2 3 Reviewed by Csaba Osztrogonác. 4 5 REGRESSION(r75709): Return value of fscanf() shouldn't be ignored. 6 https://bugs.webkit.org/show_bug.cgi?id=52585 7 8 gcc 4.4.4+ has warn_unused_value attribute on fscanf, so we should check 9 the return value to get around the gcc warning 10 11 * jit/ExecutableAllocatorFixedVMPool.cpp: 12 (JSC::maybeModifyVMPoolSize): 13 1 14 2011-01-17 Michael Saboff <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.