Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [197/245] Building C object CMakeFiles/SDL3-shared.dir/src/video/windows/SDL_windowswindow.c.obj
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c: In function 'SDLDropTarget_Drop':
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1867:93: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1867 | ". In Drop File for GlobalLock, format %08x '%s', memory (%lld) %p\n",
- | ~~~^
- |
- |
- |
- long long int
- | %d
- 1868 | fetc.cfFormat, format_mime, bsize, buffer);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1878:68: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1878 | ". In Drop File, file (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1879 | strlen(token), bsize, token);
- | ~~~~~~~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1878:76: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1878 | ". In Drop File, file (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1879 | strlen(token), bsize, token);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1915:93: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1915 | ". In Drop Text for GlobalLock, format %08x '%s', memory (%lld) %p\n",
- | ~~~^
- |
- |
- |
- long long int
- | %d
- 1916 | fetc.cfFormat, format_mime, bsize, buffer);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1925:64: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1925 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1926 | strlen(token), bsize, token);
- | ~~~~~~~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1925:72: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1925 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1926 | strlen(token), bsize, token);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1961:93: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1961 | ". In Drop Text for GlobalLock, format %08x '%s', memory (%lld) %p\n",
- | ~~~^
- |
- |
- |
- long long int
- | %d
- 1962 | fetc.cfFormat, format_mime, bsize, buffer);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1968:101: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1968 | ". In Drop Text for StringToUTF8, format %08x '%s', memory (%lld) %p\n",
- |
- ~~~^
- |
- |
- |
- long long int
- |
- %d
- 1969 | fetc.cfFormat, format_mime, lbuffer, buffer);
- | ~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1977:68: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1977 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1978 | strlen(token), lbuffer, token);
- | ~~~~~~~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:1977:76: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 1977 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 1978 | strlen(token), lbuffer, token);
- | ~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2015:93: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2015 | ". In Drop Text for GlobalLock, format %08x '%s', memory (%lld) %p\n",
- | ~~~^
- |
- |
- |
- long long int
- | %d
- 2016 | fetc.cfFormat, format_mime, bsize, buffer);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2025:64: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2025 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 2026 | strlen(token), bsize, token);
- | ~~~~~~~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2025:72: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2025 | ". In Drop Text, text (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 2026 | strlen(token), bsize, token);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2061:93: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2061 | ". In Drop File for GlobalLock, format %08x '%s', memory (%lld) %p\n",
- | ~~~^
- |
- |
- |
- long long int
- | %d
- 2062 | fetc.cfFormat, format_mime, bsize, drop);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2072:68: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2072 | ". In Drop File, file (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 2073 | strlen(file), bsize, file);
- | ~~~~~~~~~~~~
- | |
- | size_t {aka unsigned int}
- C:/msys64/home/domin/sdldnd/src/video/windows/SDL_windowswindow.c:2072:76: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
- 2072 | ". In Drop File, file (%lld of %lld) '%s'\n",
- | ~~~^
- | |
- | long long int
- | %d
- 2073 | strlen(file), bsize, file);
- | ~~~~~
- | |
- | size_t {aka unsigned int}
- [245/245] Linking C shared library SDL3.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement