Ignore:
Timestamp:
Jan 17, 2011, 7:10:32 PM (15 years ago)
Author:
[email protected]
Message:

2011-01-17 Jarred Nicholls <[email protected]>

Reviewed by Csaba Osztrogonác.

REGRESSION(r75709): Return value of fscanf() shouldn't be ignored.
https://bugs.webkit.org/show_bug.cgi?id=52585

gcc 4.4.4+ has warn_unused_value attribute on fscanf, so we should check
the return value to get around the gcc warning

  • jit/ExecutableAllocatorFixedVMPool.cpp: (JSC::maybeModifyVMPoolSize):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r75991 r75992  
     12011-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
    1142011-01-17  Michael Saboff  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.