VirtualBox

Changeset 77914 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 27, 2019 12:20:08 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:7929: Fixed comilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp

    r77910 r77914  
    233233    kern_return_t krc = thread_info(!pThread ? mach_thread_self() : pthread_mach_thread_np((pthread_t)pThread->Core.Key),
    234234                                    THREAD_SCHED_TIMESHARE_INFO, (thread_info_t)&TSInfo, &Count);
    235     Assert(krc == KERN_SUCCESS);
     235    Assert(krc == KERN_SUCCESS); NOREF(krc);
    236236
    237237    return TSInfo.base_priority;
Note: See TracChangeset for help on using the changeset viewer.

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