Skip to content

Instantly share code, notes, and snippets.

@johnny2k
Created March 28, 2015 03:02
Show Gist options
  • Save johnny2k/f317db582d810fc6262b to your computer and use it in GitHub Desktop.
Save johnny2k/f317db582d810fc6262b to your computer and use it in GitHub Desktop.
/home/johnny/src/3dluvr/UnrealEngine/Engine/Source/ThirdParty/SDL2/SDL-gui-backend/src/video/SDL_video.c: In function ‘SDL_GetDisplay’:
/home/johnny/src/3dluvr/UnrealEngine/Engine/Source/ThirdParty/SDL2/SDL-gui-backend/src/video/SDL_video.c:644:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
return (void*)glXGetCurrentDisplay();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment