Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. backends/platform/sdl/win32/win32.cpp: In member function 'virtual bool OSystem_Win32::openUrl(const Common::String&)':
  2. backends/platform/sdl/win32/win32.cpp:158:52: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'uint64 {aka long long unsigned int}' [-Wformat=]
  3.    warning("ShellExecute failed: error = %u", result);
  4.                                                     ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement