VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 12:51:52 PM (8 years ago)
Author:
vboxsync
Message:

GuestHost/OpenGL: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/threads.c

    r55011 r62814  
    250250{
    251251    /* XXX anything to do? */
     252    (void)b;
    252253}
    253254
     
    258259    DWORD dwEvent
    259260        = WaitForMultipleObjects( b->count, b->hEvents, FALSE, INFINITE );
     261    (void)dwEvent;
    260262#else
    261263    pthread_mutex_lock( &(b->mutex) );
     
    276278{
    277279#ifdef WINDOWS
     280    (void) s; (void) count;
    278281    crWarning("CRsemaphore functions not implemented on Windows");
    279282#else
     
    287290#ifdef WINDOWS
    288291    /* to do */
     292    (void) s;
    289293#else
    290294    sem_wait(s);
     
    297301#ifdef WINDOWS
    298302    /* to do */
     303    (void) s;
    299304#else
    300305    sem_post(s);
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