[Webkit-unassigned] [Bug 89491] New: ThreadingWin: Silence GCC compiler warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 11:41:03 PDT 2012


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

           Summary: ThreadingWin: Silence GCC compiler warnings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kalevlember at gmail.com


ThreadingWin.cpp: In member function 'bool WTF::PlatformCondition::timedWait(WTF::PlatformMutex&, DWORD)':
ThreadingWin.cpp:346:11: warning: variable 'res' set but not used [-Wunused-but-set-variable]
ThreadingWin.cpp: In member function 'void WTF::PlatformCondition::signal(bool)':
ThreadingWin.cpp:395:11: warning: variable 'res' set but not used [-Wunused-but-set-variable]

ThreadingWin.cpp: In function 'WTF::ThreadIdentifier WTF::createThreadInternal(WTF::ThreadFunction, void*, const char*)':
ThreadingWin.cpp:247:25: warning: ignoring return value of 'WTF::OwnPtr<T>::ValueType* WTF::OwnPtr<T>::leakPtr() [with T = WTF::ThreadFunctionInvocation; WTF::OwnPtr<T>::PtrType = WTF::ThreadFunctionInvocation*; WTF::OwnPtr<T>::ValueType = WTF::ThreadFunctionInvocation]', declared with attribute warn_unused_result [-Wunused-result]

-- 
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