VirtualBox

Ignore:
Timestamp:
Sep 15, 2010 7:45:59 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65874
Message:

GuestHost/OpenGL: gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h

    r15709 r32498  
    2727DECLEXPORT(void) crEnableWarnings(int onOff);
    2828
    29 DECLEXPORT(void) crDebug( char *format, ... ) PRINTF;
    30 DECLEXPORT(void) crWarning( char *format, ... ) PRINTF;
    31 DECLEXPORT(void) crInfo( char *format, ... ) PRINTF;
     29DECLEXPORT(void) crDebug(const char *format, ... ) PRINTF;
     30DECLEXPORT(void) crWarning(const char *format, ... ) PRINTF;
     31DECLEXPORT(void) crInfo(const char *format, ... ) PRINTF;
    3232
    33 DECLEXPORT(void) crError( char *format, ... ) NORETURN_PRINTF;
     33DECLEXPORT(void) crError(const char *format, ... ) NORETURN_PRINTF;
    3434
    3535/* Throw more info while opengl is not stable */
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