Snippets for gamescope 3.16.24 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/community/gamescope/gamescope-3.16.24-r1.log.
-
../src/gpuvis_trace_utils.h:220:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 220 | gpuvis_trace_printf( "%s (lduration=-%lu)", str, dt ); | ~~^ ~~ | | | | | uint64_t {aka long long unsigned int} | long unsigned int | %llu -
../src/commit.cpp:94:24: warning: 'frametime' may be used uninitialized [-Wmaybe-uninitialized] 94 | mangoapp_update( uint64_t(~0ull), frametime, uint64_t(~0ull) ); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/backend.cpp:193:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 193 | console_log.infof( "Total Presents Queued: %lu", this->GetCurrentConnector()->PresentationFeedback().TotalPresentsQueued() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/backend.cpp:194:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 194 | console_log.infof( "Total Presents Completed: %lu", this->GetCurrentConnector()->PresentationFeedback().TotalPresentsCompleted() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/backend.cpp:195:59: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 195 | console_log.infof( "Current Presents In Flight: %lu", this->GetCurrentConnector()->PresentationFeedback().CurrentPresentsInFlight() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/vblankmanager.cpp:336:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 336 | g_VBlankLog.infof( "redZone: %.2fms decayRate: %lu%% - rollingMaxDrawTime: %.2fms lastDrawTime: %.2fms lastOffset: %.2fms - drawTime: %.2fms offset: %.2fms", | ~~^ | | | long unsigned int | %llu 337 | ulRedZone / 1'000'000.0, 338 | m_ulVBlankRateOfDecayPercentage, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/Backends/OpenVRBackend.cpp:1067:61: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1067 | openvr_log.debugf( "Changing mouse focus from %lx to %lx", oldOverlayHandle, ulFocusOverlay ); | ~~^ ~~~~~~~~~~~~~~~~ | | | | | uint64_t {aka long long unsigned int} | long unsigned int | %llx -
../src/Backends/OpenVRBackend.cpp:1067:68: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1067 | openvr_log.debugf( "Changing mouse focus from %lx to %lx", oldOverlayHandle, ulFocusOverlay ); | ~~^ ~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/Backends/OpenVRBackend.cpp:1107:64: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1107 | openvr_log.debugf( "Changing keyboard focus from %lx to %lx", oldOverlayHandle, ulFocusOverlay ); | ~~^ ~~~~~~~~~~~~~~~~ | | | | | uint64_t {aka long long unsigned int} | long unsigned int | %llx -
../src/Backends/OpenVRBackend.cpp:1107:71: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1107 | openvr_log.debugf( "Changing keyboard focus from %lx to %lx", oldOverlayHandle, ulFocusOverlay ); | ~~^ ~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/Backends/OpenVRBackend.cpp:1819:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1819 | openvr_log.debugf( "New connector! -> ulKey: %lu", GetVirtualConnectorKey() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/Backends/OpenVRBackend.cpp:1862:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1862 | openvr_log.debugf( "[%s] ulKey: %lu nNewOverlayVisibleCount: %d -> m_bOverlayShown: %s m_bSceneAppVisible: %s", | ~~^ | | | long unsigned int | %llu 1863 | pszReason, 1864 | GetVirtualConnectorKey(), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/Backends/DRMBackend.cpp:3462:72: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3462 | drm_log.debugf( "CDRMBackend::Present Begin: %lu -> delta: %lu", ulNow, ulNow - s_ulLastTime ); | ~~^ ~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/Backends/DRMBackend.cpp:3462:86: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3462 | drm_log.debugf( "CDRMBackend::Present Begin: %lu -> delta: %lu", ulNow, ulNow - s_ulLastTime ); | ~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | | uint64_t {aka long long unsigned int} | long unsigned int | %llu -
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> | ^~~~~~~ -
../src/gpuvis_trace_utils.h:428:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 428 | gpuvis_trace_printf( "%s calls:%u (lduration=%lu tid=%d offset=-%lu)\n", | ~~^ | | | long unsigned int | %llu 429 | func, y.second.count, duration, tid, offset ); | ~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/gpuvis_trace_utils.h:428:83: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 428 | gpuvis_trace_printf( "%s calls:%u (lduration=%lu tid=%d offset=-%lu)\n", | ~~^ | | | long unsigned int | %llu 429 | func, y.second.count, duration, tid, offset ); | ~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/gpuvis_trace_utils.h:453:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 453 | gpuvis_trace_printf( "%s calls:%u (lduration=%lu offset=-%lu)\n", | ~~^ | | | long unsigned int | %llu 454 | func, y.count, y.tlast - y.tfirst, t0 - y.tfirst ); | ~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/gpuvis_trace_utils.h:453:68: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 453 | gpuvis_trace_printf( "%s calls:%u (lduration=%lu offset=-%lu)\n", | ~~^ | | | long unsigned int | %llu 454 | func, y.count, y.tlast - y.tfirst, t0 - y.tfirst ); | ~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/steamcompmgr.cpp:2344:58: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=] 2344 | xwm_log.infof( "Exposing appid %lu (%u 32-bit) focus-wise on pipewire stream.", ulFocusAppId, uint32_t( ulFocusAppId ) ); | ~~^ ~~~~~~~~~~~~ | | | | long unsigned int long long unsigned int | %llu -
../src/steamcompmgr.cpp:3855:139: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3855 | focus_log.debugf( "[XWL] Overriding keyboard focus window with VR forwarder overlay! Overlay: 0x%lx XWindow: 0x%x Title: %s", ulFocusedKeyboardOverlayVR, queryWindow->id(), queryWindow->debug_name() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/steamcompmgr.cpp:4217:76: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 4217 | focus_log.debugf( "Current focus VR overlays: keyboard 0x%lx | mouse 0x%lx", ulFocusedKeyboardOverlayVR, ulFocusedMouseOverlayVR ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/steamcompmgr.cpp:4217:90: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 4217 | focus_log.debugf( "Current focus VR overlays: keyboard 0x%lx | mouse 0x%lx", ulFocusedKeyboardOverlayVR, ulFocusedMouseOverlayVR ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/steamcompmgr.cpp:4225:145: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 4225 | focus_log.debugf( "[WL GLOBAL] Overriding keyboard focus window with VR forwarder overlay! Overlay: 0x%lx XWindow: 0x%x Title: %s", ulFocusedKeyboardOverlayVR, queryWindow->id(), queryWindow->debug_name() ); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llx -
../src/steamcompmgr.cpp:6836:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 6836 | gpuvis_trace_printf( "commit %lu done", w->commit_queue[ j ]->commitID ); | ~~^ | | | long unsigned int | %llu -
../src/steamcompmgr.cpp:7425:65: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 7425 | gpuvis_trace_printf( "pushing wait for commit %lu win %lx", newCommit->commitID, w->type == steamcompmgr_win_type_t::XWAYLAND ? w->xwayland().id : 0 ); | ~~^ ~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu -
../src/steamcompmgr.cpp:2166:34: warning: 'baseWidth' may be used uninitialized [-Wmaybe-uninitialized] 2166 | calc_scale_factor(baseScaleRatio_x, baseScaleRatio_y, baseWidth, baseHeight); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/steamcompmgr.cpp:2166:34: warning: 'baseHeight' may be used uninitialized [-Wmaybe-uninitialized] 2166 | calc_scale_factor(baseScaleRatio_x, baseScaleRatio_y, baseWidth, baseHeight); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~