Skip to content
  • Tomasz Miąsko's avatar
    tests: Rename macro to avoid conflict with encoding prefix · e3234289
    Tomasz Miąsko authored
    Use macro name that doesn't conflict with string literal encoding prefix `U`.
    
    ```
    ../glib/tests/fileutils.c(282): warning C4133: 'function': incompatible types - from 'unsigned int [2]' to 'const gchar *'
    ../glib/tests/fileutils.c(284): warning C4133: 'function': incompatible types - from 'unsigned int [2]' to 'const gchar *'
    ../glib/tests/fileutils.c(285): warning C4133: 'function': incompatible types - from 'unsigned int [2]' to 'const gchar *'
    ../glib/tests/fileutils.c(286): warning C4133: 'function': incompatible types - from 'unsigned int [2]' to 'const gchar *'
    ../glib/tests/fileutils.c(287): warning C4133: 'function': incompatible types - from 'unsigned int [3]' to 'const gchar *'
    ...
    ```
    e3234289