VirtualBox

Changeset 28230 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2010 6:26:06 AM (15 years ago)
Author:
vboxsync
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c

    r28223 r28230  
    147147    const GLubyte* pExt = cr_server.head_spu->dispatch_table.GetString(GL_REAL_EXTENSIONS);
    148148
    149     return NULL!=crStrstr(pExt, "GL_ARB_framebuffer_object")
    150            && NULL!=crStrstr(pExt, "GL_ARB_texture_non_power_of_two");
     149    return    NULL!=crStrstr((const char*)pExt, "GL_ARB_framebuffer_object")
     150           && NULL!=crStrstr((const char*)pExt, "GL_ARB_texture_non_power_of_two");
    151151}
    152152
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