Skip to content

x11-display-info: Remove a warning compiling with Meson - TRIVIAL

Frediano Ziglio requested to merge fziglio/spice-streaming-agent:mr_meson into master

Specifically:

../src/x11-display-info.cpp:120:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 120 | for (size_t i = 0; i < drm_resources->count_connectors; ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports