VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 12:51:52 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109401
Message:

GuestHost/OpenGL: warnings

Location:
trunk/src/VBox/GuestHost/OpenGL/packer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/packer/pack_pixels.c

    r52451 r62814  
    118118    unsigned char *data_ptr;
    119119    int data_length = 0;
    120     GLubyte *destBitmap = NULL;
     120    /*GLubyte *destBitmap = NULL; - unused */
    121121    int packet_length =
    122122        sizeof( width ) +
     
    210210    CR_GET_PACKER_CONTEXT(pc);
    211211    unsigned char *data_ptr;
    212     (void) pc;
     212    (void) pc; (void) packstate;
    213213    CR_GET_BUFFERED_POINTER( pc, 40 );
    214214    WRITE_DATA( 0, GLint, 40 );
  • trunk/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c

    r62492 r62814  
    476476        CR_GET_PACKER_CONTEXT(pc);
    477477        unsigned char *data_ptr;
    478         (void) pc;
     478        (void) pc; (void) obj;
    479479        CR_GET_BUFFERED_POINTER(pc, 32);
    480480        WRITE_DATA(0, GLint, 32);
     
    493493        CR_GET_PACKER_CONTEXT(pc);
    494494        unsigned char *data_ptr;
    495         (void) pc;
     495        (void) pc; (void) infoLog;
    496496        CR_GET_BUFFERED_POINTER(pc, 32);
    497497        WRITE_DATA(0, GLint, 32);
  • trunk/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c

    r62812 r62814  
    5353void PACK_APIENTRY crPackWindowVisibleRegionSWAP( CR_PACKER_CONTEXT_ARGDECL  GLint window, GLint cRects, const GLint * pRects )
    5454{
     55    RT_NOREF3(window, cRects, pRects);
    5556    crError( "crPackWindowVisibleRegionSWAP unimplemented and shouldn't be called" );
    5657}
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