VirtualBox

Ignore:
Timestamp:
Apr 16, 2012 5:53:05 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77485
Message:

Runtime: linux 3.4-rc3 build fix [-fpermissive]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r40806 r40934  
    385385        RTMemFree(pThread);
    386386    }
    387     return NULL;
     387    return (PRTTHREADINT)NULL;
    388388}
    389389
     
    538538
    539539    AssertMsgFailed(("Thread=%RTthrd\n", Thread));
    540     return NULL;
     540    return (PRTTHREADINT)NULL;
    541541}
    542542
     
    906906        }
    907907    }
    908     return NULL;
     908    return (char *)NULL;
    909909}
    910910RT_EXPORT_SYMBOL(RTThreadSelfName);
     
    922922    PRTTHREADINT pThread;
    923923    if (Thread == NIL_RTTHREAD)
    924         return NULL;
     924        return (char *)NULL;
    925925    pThread = rtThreadGet(Thread);
    926926    if (pThread)
     
    930930        return szName;
    931931    }
    932     return NULL;
     932    return (char *)NULL;
    933933}
    934934RT_EXPORT_SYMBOL(RTThreadGetName);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette