Skip to content

Remove compiler warning: "ISO C90 forbids mixed declarations and code"

Manuel Grießmayr requested to merge (removed):mixed_declaration into master

Fixes this warning:

thunar-file.c: In function ‘thunar_file_get_content_type’:
thunar-file.c:2482:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 2482 |   gboolean initialized = TRUE;
      |   ^~~~~~~~

Merge request reports