[Webkit-unassigned] [Bug 56133] New: [Qt] Warning that round/roundf functions are already defined when compiled with RVCT 4 on symbian.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 12:25:43 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56133

           Summary: [Qt] Warning that round/roundf functions are already
                    defined when compiled with RVCT 4 on symbian.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: Qt
          Severity: Minor
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ostapenko.viatcheslav at nokia.com


compile    : JavaScriptCore\wtf\DateMath.cpp      [armv5_udeb.slimdebug]
   "W:/webkit/Source/JavaScriptCore/wtf/MathExtras.h", line 112: Warning:  #1559-D: dllexport/dllimport conflict with "round" (declared at line 344 of "W:/epoc32/include/stdapis/math.h"); dllexport assumed
     static double round(double num)
                   ^
   "W:/webkit/Source/JavaScriptCore/wtf/MathExtras.h", line 119: Warning:  #1559-D: dllexport/dllimport conflict with "roundf" (declared at line 405 of "W:/epoc32/include/stdapis/math.h"); dllexport assumed
     static float roundf(float num)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list