VirtualBox

Changeset 47972 in vbox


Ignore:
Timestamp:
Aug 21, 2013 2:15:11 PM (11 years ago)
Author:
vboxsync
Message:

OpenGL/state_tracker: format specifier warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_init.c

    r46966 r47972  
    376376    {
    377377#ifndef DEBUG_misha
    378         crWarning("freeing context 0x%x, id(%d) not being in the context list", ctx, ctx->id);
     378        crWarning("freeing context %p, id(%d) not being in the context list", ctx, ctx->id);
    379379#endif
    380380    }
     
    527527 * is accomplished by calling GL functions through the 'diff_api'
    528528 * so that the downstream GL machine (represented by the __currentContext
    529  * structure) is updated to reflect the new context state.  Finally, 
     529 * structure) is updated to reflect the new context state.  Finally,
    530530 * we point __currentContext to the new context.
    531531 *
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