Skip to content
Snippets Groups Projects
Commit 85f24921 authored by Emmanuel Fleury's avatar Emmanuel Fleury
Browse files

Fix signedness warning in gio/gio-tool.c:attribute_flags_to_string()

gio/gio-tool.c: In function ‘attribute_flags_to_string’:
gio/gio-tool.c:171:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’
  171 |   for (i = 0; i < G_N_ELEMENTS (flag_descr); i++)
      |                 ^
parent 6b3e39fa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment