Fetching source from mirror: http://heanet.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
Fetching source from mirror: http://hivelocity.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
Fetching source from mirror: http://garr.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
Fetching source from mirror: http://biznetnetworks.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
Fetching source from mirror: http://internap.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
Fetching source from mirror: http://internode.dl.sourceforge.net/deadbeef/deadbeef-1.10.0.tar.bz2
lastfm.c:149:29: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
  149 |     curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, lfm_curl_control);
      |                             ^
/usr/include/curl/curl.h:1309:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here
 1309 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^
/usr/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED'
 1096 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu
      |                                           ^
/usr/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED'
   44 |   __attribute__((deprecated("since " # version ". " message)))
      |                  ^
lastfm.c:873:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  873 |     system (command);
      |     ^~~~~~  ~~~~~~~
2 warnings generated.
flac.c:1042:52: warning: comparison of different enumeration types ('FLAC__Metadata_ChainStatus' and 'FLAC__Metadata_SimpleIteratorStatus') [-Wenum-compare]
 1042 |     if (!res && FLAC__metadata_chain_status(chain) == FLAC__METADATA_SIMPLE_ITERATOR_STATUS_NOT_A_FLAC_FILE) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flac.c:1138:52: warning: comparison of different enumeration types ('FLAC__Metadata_ChainStatus' and 'FLAC__Metadata_SimpleIteratorStatus') [-Wenum-compare]
 1138 |     if (!res && FLAC__metadata_chain_status(chain) == FLAC__METADATA_SIMPLE_ITERATOR_STATUS_NOT_A_FLAC_FILE) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
vfs_curl.c:654:33: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
  654 |         curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, http_curl_control);
      |                                 ^
/usr/include/curl/curl.h:1309:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here
 1309 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^
/usr/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED'
 1096 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu
      |                                           ^
/usr/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED'
   44 |   __attribute__((deprecated("since " # version ". " message)))
      |                  ^
1 warning generated.
cdda.c:250:16: warning: returning 'uint8_t[2352]' (aka 'unsigned char[2352]') from a function with result type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  250 |         return info->buffer;
      |                ^~~~~~~~~~~~
cdda.c:291:24: warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  291 |             info->tail = (char *)p_readbuf + bytes_left;
      |                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdda.c:339:16: warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  339 |     info->tail = (char *)p_readbuf + offset;
      |                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
actionhandlers.c:356:28: warning: 'DB_EV_PLAYLIST_REFRESH' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  356 |     deadbeef->sendmessage (DB_EV_PLAYLIST_REFRESH, 0, 0, 0);
      |                            ^
../../include/deadbeef/deadbeef.h:497:28: note: 'DB_EV_PLAYLIST_REFRESH' has been explicitly marked deprecated here
  497 |     DB_EV_PLAYLIST_REFRESH DEPRECATED_18 = 9, // [use DB_EV_PLAYLISTCHANGED instead]
      |                            ^
../../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:116:17: warning: 'callback' is deprecated: since deadbeef API 1.4 [-Wdeprecated-declarations]
  116 |     if (action->callback) {
      |                 ^
../../include/deadbeef/deadbeef.h:1889:42: note: 'callback' has been explicitly marked deprecated here
 1889 |     DB_plugin_action_callback_t callback DEPRECATED_14;
      |                                          ^
../../include/deadbeef/deadbeef.h:229:23: note: expanded from macro 'DEPRECATED_14'
  229 | #define DEPRECATED_14 DDB_DEPRECATED("since deadbeef API 1.4")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:122:25: warning: 'callback' is deprecated: since deadbeef API 1.4 [-Wdeprecated-declarations]
  122 |                 action->callback (action, NULL);
      |                         ^
../../include/deadbeef/deadbeef.h:1889:42: note: 'callback' has been explicitly marked deprecated here
 1889 |     DB_plugin_action_callback_t callback DEPRECATED_14;
      |                                          ^
../../include/deadbeef/deadbeef.h:229:23: note: expanded from macro 'DEPRECATED_14'
  229 | #define DEPRECATED_14 DDB_DEPRECATED("since deadbeef API 1.4")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:130:29: warning: 'callback' is deprecated: since deadbeef API 1.4 [-Wdeprecated-declarations]
  130 |                     action->callback (action, plt);
      |                             ^
../../include/deadbeef/deadbeef.h:1889:42: note: 'callback' has been explicitly marked deprecated here
 1889 |     DB_plugin_action_callback_t callback DEPRECATED_14;
      |                                          ^
../../include/deadbeef/deadbeef.h:229:23: note: expanded from macro 'DEPRECATED_14'
  229 | #define DEPRECATED_14 DDB_DEPRECATED("since deadbeef API 1.4")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:167:33: warning: 'DB_ACTION_CAN_MULTIPLE_TRACKS' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  167 |             if (action->flags & DB_ACTION_CAN_MULTIPLE_TRACKS) {
      |                                 ^
../../include/deadbeef/deadbeef.h:1827:35: note: 'DB_ACTION_CAN_MULTIPLE_TRACKS' has been explicitly marked deprecated here
 1827 |     DB_ACTION_CAN_MULTIPLE_TRACKS DEPRECATED_15 = 1 << 3,
      |                                   ^
../../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:168:25: warning: 'callback' is deprecated: since deadbeef API 1.4 [-Wdeprecated-declarations]
  168 |                 action->callback (action, NULL);
      |                         ^
../../include/deadbeef/deadbeef.h:1889:42: note: 'callback' has been explicitly marked deprecated here
 1889 |     DB_plugin_action_callback_t callback DEPRECATED_14;
      |                                          ^
../../include/deadbeef/deadbeef.h:229:23: note: expanded from macro 'DEPRECATED_14'
  229 | #define DEPRECATED_14 DDB_DEPRECATED("since deadbeef API 1.4")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
hotkeys.c:174:33: warning: 'callback' is deprecated: since deadbeef API 1.4 [-Wdeprecated-declarations]
  174 |                         action->callback (action, pit);
      |                                 ^
../../include/deadbeef/deadbeef.h:1889:42: note: 'callback' has been explicitly marked deprecated here
 1889 |     DB_plugin_action_callback_t callback DEPRECATED_14;
      |                                          ^
../../include/deadbeef/deadbeef.h:229:23: note: expanded from macro 'DEPRECATED_14'
  229 | #define DEPRECATED_14 DDB_DEPRECATED("since deadbeef API 1.4")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
1 warning generated.
6 warnings generated.
artwork_flac.c:86:53: warning: comparison of different enumeration types ('FLAC__Metadata_ChainStatus' and 'FLAC__Metadata_SimpleIteratorStatus') [-Wenum-compare]
   86 |     if (!res && FLAC__metadata_chain_status (chain) == FLAC__METADATA_SIMPLE_ITERATOR_STATUS_NOT_A_FLAC_FILE) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libbinio/binio.cpp:71:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
   71 |     } else
      |       ^
libbinio/binio.cpp:214:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  214 |     } else {      // Not a number (maybe unsupported on non-IEEE systems)
      |       ^
libbinio/binio.cpp:253:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  253 |     } else {      // Not a number (maybe unsupported on non-IEEE systems)
      |       ^
libbinio/binio.cpp:498:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  498 |   register long bits;
      |   ^~~~~~~~
4 warnings generated.
adplug/herad.cpp:88:19: warning: expression result unused [-Wunused-value]
   88 |                 AdPlug_LogWrite("HERAD: Is not HSQ, wrong check byte.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:96:19: warning: expression result unused [-Wunused-value]
   96 |                 AdPlug_LogWrite("HERAD: Is not HSQ, wrong compressed size.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:106:19: warning: expression result unused [-Wunused-value]
  106 |                 AdPlug_LogWrite("HERAD: Is not HSQ, wrong checksum.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:122:19: warning: expression result unused [-Wunused-value]
  122 |                 AdPlug_LogWrite("HERAD: Is not SQX, wrong flags.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:127:19: warning: expression result unused [-Wunused-value]
  127 |                 AdPlug_LogWrite("HERAD: Is not SQX, wrong bit count.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:509:19: warning: expression result unused [-Wunused-value]
  509 |                 AdPlug_LogWrite("HERAD: Reading out of range.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:518:19: warning: expression result unused [-Wunused-value]
  518 |                 AdPlug_LogWrite("HERAD: Unexpected status.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:526:20: warning: expression result unused [-Wunused-value]
  526 |                         AdPlug_LogWrite("HERAD: Unexpected param.\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:535:20: warning: expression result unused [-Wunused-value]
  535 |                         AdPlug_LogWrite("HERAD: Unexpected param 1.\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:541:20: warning: expression result unused [-Wunused-value]
  541 |                         AdPlug_LogWrite("HERAD: Unexpected param 2.\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:550:20: warning: expression result unused [-Wunused-value]
  550 |                         AdPlug_LogWrite("HERAD: Unexpected param.\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:598:19: warning: expression result unused [-Wunused-value]
  598 |                 AdPlug_LogWrite("HERAD: Unsupported file extension.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:605:19: warning: expression result unused [-Wunused-value]
  605 |                 AdPlug_LogWrite("HERAD: File size is too small.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:611:19: warning: expression result unused [-Wunused-value]
  611 |                 AdPlug_LogWrite("HERAD: File size is too big.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:650:19: warning: expression result unused [-Wunused-value]
  650 |                 AdPlug_LogWrite("HERAD: File size is too small.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:655:19: warning: expression result unused [-Wunused-value]
  655 |                 AdPlug_LogWrite("HERAD: Incorrect offset / file size.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:661:19: warning: expression result unused [-Wunused-value]
  661 |                 AdPlug_LogWrite("HERAD: M32 files are not supported.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:667:19: warning: expression result unused [-Wunused-value]
  667 |                 AdPlug_LogWrite("HERAD: Wrong first track offset.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
adplug/herad.cpp:677:19: warning: expression result unused [-Wunused-value]
  677 |                 AdPlug_LogWrite("HERAD: Speed is not defined.\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19 warnings generated.
In file included from sidplay-libs/libsidplay/src/sidplay2.cpp:76:
In file included from sidplay-libs/libsidplay/src/player.h:150:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
In file included from sidplay-libs/libsidplay/src/psiddrv.cpp:106:
In file included from sidplay-libs/libsidplay/src/player.h:150:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
sidplay-libs/libsidplay/src/sidplay2.cpp:92:10: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   92 | {   if (&sidplayer) delete &sidplayer; }
      |     ~~   ^~~~~~~~~
In file included from csid.cpp:26:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
3 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from sidplay-libs/libsidplay/src/mixer.cpp:50:
In file included from sidplay-libs/libsidplay/src/player.h:150:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
In file included from sidplay-libs/libsidplay/src/player.cpp:211:
In file included from sidplay-libs/libsidplay/src/player.h:150:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
sidplay-libs/builders/resid-builder/src/resid.cpp:57:8: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   57 |         if (!&m_sid)
      |             ~ ^~~~~
2 warnings generated.
1 warning generated.
In file included from sidplay-libs/libsidplay/src/config.cpp:113:
In file included from sidplay-libs/libsidplay/src/player.h:150:
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:69:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   69 |     operator bool()  const { return (&sidplayer ? true: false); }
      |                                       ^~~~~~~~~ ~
../../plugins/sid/sidplay-libs/libsidplay/include/sidplay/sidplay2.h:70:39: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
   70 |     bool operator!() const { return (&sidplayer ? false: true); }
      |                                       ^~~~~~~~~ ~
2 warnings generated.
2 warnings generated.
In file included from sidplay-libs/libsidplay/src/mos6510/mos6510.cpp:57:
sidplay-libs/libsidplay/src/mos6510/cycle_based/mos6510c.i:2375:58: warning: when type is in parentheses, array cannot have dynamic size
 2375 |                     instr->cycle = new (void (MOS6510::*[(int)cycleCount]) (void));
      |                                        ~                 ^~~~~~~~~~~~~~~         ~
sidplay-libs/libsidplay/src/mos6510/cycle_based/mos6510c.i:2467:58: warning: when type is in parentheses, array cannot have dynamic size
 2467 |                     instr->cycle = new (void (MOS6510::*[(int)cycleCount]) (void));
      |                                        ~                 ^~~~~~~~~~~~~~~         ~
sidplay-libs/libsidplay/src/sidtune/IconInfo.cpp:378:18: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
  378 |             if ( !pos >= len )
      |                  ^    ~~
sidplay-libs/libsidplay/src/sidtune/IconInfo.cpp:378:18: note: add parentheses after the '!' to evaluate the comparison first
  378 |             if ( !pos >= len )
      |                  ^
      |                   (         )
sidplay-libs/libsidplay/src/sidtune/IconInfo.cpp:378:18: note: add parentheses around left hand side expression to silence this warning
  378 |             if ( !pos >= len )
      |                  ^
      |                  (   )
2 warnings generated.
1 warning generated.
libsupereq/Equ.cpp:146:39: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
  146 |         state->ditherbuf[i] = (float(rand())/RAND_MAX-0.5);
      |                                             ~^~~~~~~~
/usr/include/stdlib.h:87:18: note: expanded from macro 'RAND_MAX'
   87 | #define RAND_MAX        2147483647
      |                         ^~~~~~~~~~
1 warning generated.
game-music-emu-0.6pre/gme/Vgm_Emu.cpp:38:34: warning: 'voice_names' is deprecated [-Wdeprecated-declarations]
   38 |     const char ** voice_names_ = voice_names();
      |                                  ^
game-music-emu-0.6pre/gme/Music_Emu.h:181:2: note: 'voice_names' has been explicitly marked deprecated here
  181 |         BLARGG_DEPRECATED( const char** voice_names() const { return CONST_CAST(const char**,voice_names_); } )
      |         ^
game-music-emu-0.6pre/gme/blargg_common.h:101:57: note: expanded from macro 'BLARGG_DEPRECATED'
  101 |         #define BLARGG_DEPRECATED(      text ) __attribute__ ((deprecated)) text
      |                                                                ^
1 warning generated.
src/wildmidi_lib.c:672:9: warning: returning 'char *' from a function with result type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  672 |         return data;                                            
      |                ^~~~
src/wildmidi_lib.c:824:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  824 |                 strcpy(line_buffer, &config_buffer[line_start_ptr]);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/bits/string_fortified.h:77:64: note: passing argument to parameter '__src' here
   77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
      |                                                                ^
src/wildmidi_lib.c:1037:94: warning: inequality comparison result unused [-Wunused-comparison]
 1037 |                         if (strncasecmp(&line_buffer[(line_ptr + strlen(&line_buffer[line_ptr]) - 5)], ".pat", 4) != 0, 0) {
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
src/wildmidi_lib.c:3465:14: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3465 |         if (strncmp(mididata,"RIFF",4) == 0)
      |                     ^~~~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
src/wildmidi_lib.c:3468:14: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3468 |         if (strncmp(&mididata[midiofs],"MThd",4) != 0) {
      |                     ^~~~~~~~~~~~~~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
src/wildmidi_lib.c:3543:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3543 |                 if (strncmp(&mididata[midiofs],"MTrk",4) != 0) {
      |                             ^~~~~~~~~~~~~~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
6 warnings generated.
libdca/downmix.c:97:50: warning: floating-point comparison is always false; constant cannot be represented exactly in type 'float' [-Wliteral-range]
   97 |         (input == DCA_DOLBY || (input == DCA_3F && clev == LEVEL (LEVEL_3DB))))
      |                                                    ~~~~ ^  ~~~~~~~~~~~~~~~~~
1 warning generated.
aac.c:1022:25: warning: 'plt_insert_cue_from_buffer' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
 1022 |         cue = deadbeef->plt_insert_cue_from_buffer (plt, *after, it, (const uint8_t *)cuesheet, (int)strlen (cuesheet), (int)totalsamples, info.info.fmt.samplerate);
      |                         ^
../../include/deadbeef/deadbeef.h:1069:188: note: 'plt_insert_cue_from_buffer' has been explicitly marked deprecated here
 1069 |     DB_playItem_t *(*plt_insert_cue_from_buffer) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                                                                            ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
aac.c:1032:22: warning: 'plt_insert_cue' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
 1032 |     cue  = deadbeef->plt_insert_cue (plt, *after, it, (int)totalsamples, info.info.fmt.samplerate);
      |                      ^
../../include/deadbeef/deadbeef.h:1070:138: note: 'plt_insert_cue' has been explicitly marked deprecated here
 1070 |     DB_playItem_t * (*plt_insert_cue) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                          ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
aac.c:1109:29: warning: 'plt_insert_cue_from_buffer' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
 1109 |             cue = deadbeef->plt_insert_cue_from_buffer (plt, after, it, (uint8_t *)cuesheet, (int)strlen (cuesheet), (int)totalsamples, samplerate);
      |                             ^
../../include/deadbeef/deadbeef.h:1069:188: note: 'plt_insert_cue_from_buffer' has been explicitly marked deprecated here
 1069 |     DB_playItem_t *(*plt_insert_cue_from_buffer) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                                                                            ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
aac.c:1119:26: warning: 'plt_insert_cue' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
 1119 |         cue  = deadbeef->plt_insert_cue (plt, after, it, (int)totalsamples, samplerate);
      |                          ^
../../include/deadbeef/deadbeef.h:1070:138: note: 'plt_insert_cue' has been explicitly marked deprecated here
 1070 |     DB_playItem_t * (*plt_insert_cue) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                          ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
4 warnings generated.
libmms/mmsx.c:55:7: warning: left operand of comma operator has no effect [-Wunused-value]
   55 |   if (try_mms_first, 1) {
      |       ^~~~~~~~~~~~~
libmms/mmsx.c:65:7: warning: left operand of comma operator has no effect [-Wunused-value]
   65 |   if (!try_mms_first, 0) {
      |       ^~~~~~~~~~~~~~
2 warnings generated.
libmms/mmsh.c:452:30: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  452 |     if (io_read(io, this->s, &(this->buf[len]), 1, this->need_abort) != 1) {
      |                              ^~~~~~~~~~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mmsh.c:452:30: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  452 |     if (io_read(io, this->s, &(this->buf[len]), 1, this->need_abort) != 1) {
      |                              ^~~~~~~~~~~~~~~~~
libmms/mmsh.c:398:102: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mmsh.c:475:20: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  475 |         if (sscanf(this->buf, "HTTP/%d.%d %d %50[^\015\012]", &httpver, &httpsub,
      |                    ^~~~~~~~~
/usr/include/stdio.h:439:60: note: passing argument to parameter '__s' here
  439 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
      |                                                            ^
libmms/mmsh.c:492:26: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  492 |         if (!strncasecmp(this->buf, "Location: ", 10)) {
      |                          ^~~~~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
libmms/mmsh.c:497:26: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  497 |         if (!strncasecmp(this->buf, "Pragma:", 7)) {
      |                          ^~~~~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
libmms/mmsh.c:498:29: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  498 |           features = strstr(this->buf + 7, "features=");
      |                             ^~~~~~~~~~~~~
/usr/include/string.h:350:34: note: passing argument to parameter '__haystack' here
  350 | extern char *strstr (const char *__haystack, const char *__needle)
      |                                  ^
libmms/mmsh.c:542:35: warning: passing 'uint8_t[4]' (aka 'unsigned char[4]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  542 |   read_len = io_read(io, this->s, chunk_header, CHUNK_HEADER_LENGTH, this->need_abort);
      |                                   ^~~~~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->reammsplug.cd:(236i:o6-:> rwarning: e'abort' is deprecated: since deadbeef API 1.11 [-Wdeprecated-declarations]a
d_  d236a | t a   ,  .#a#b oarrtg s=)  m:m sd_eafbaourtl,t
      _|      ^i
../../include/deadbeef/deadbeef.ho:.2249:r37e: anote: d'abort' has been explicitly marked deprecated here
( 2249N |  U  L Lv o,i d# #( *aarbgosr)t))
       (| D                                                                   ^~~~B
_FILElibmms/mmsh.c *:s542t:r35e:a mwarning: )passing 'uint8_t[4]' (aka 'unsigned char[4]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 
D  E542P | R E CrAeTaEdD__l1e1n1 ;=
       i| o                                    ^_
r../../include/deadbeef/deadbeef.he:a187d:(24i:o ,note:  expanded from macro 'DEPRECATED_111't
h  i187s | -#>dse,f icnheu nDkE_PhReEaCdAeTrE,D _C1H1U1N KD_DHBE_ADEDPERRE_CLAETNEGDT(H"s,i ncte hdeiadbese-f> nAePI e1d._1a1b"o)r
t      )| ;                       ^

      ../../include/deadbeef/deadbeef.h| :                                  ^~~~~~~~~~~~111
:libmms/mmsh.c46::398 :note: 102expanded from macro 'DDB_DEPRECATED':
   note: 111expanded from macro 'io_read' | #
    398  | d#edfeifnien eD DiBo__DrEePaRdE(CiAoT,E Da(rxg)s ._._.a)t t(r(iibou)t e?_ _ ((i(od)e-p>rreecaadt(eido(-x>)r)e)a
d      _| d                                             ^a
ta , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mmsh.c:570:38: warning: passing 'uint8_t[8]' (aka 'unsigned char[8]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  570 |     read_len = io_read (io, this->s, ext_header, ext_header_len, this->need_abort);
      |                                      ^~~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mmsh.c:570:38: warning: passing 'uint8_t[8]' (aka 'unsigned char[8]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  570 |     read_len = io_read (io, this->s, ext_header, ext_header_len, this->need_abort);
      |                                      ^~~~~~~~~~
libmms/mmsh.c:398:102: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mmsh.c:633:38: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  633 |           len = io_read(io, this->s, this->asf_header + this->asf_header_len,
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mmsh.c:633:38: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  633 |           len = io_read(io, this->s, this->asf_header + this->asf_header_len,
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmms/mmsh.c:398:102: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mmsh.c:655:33: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  655 |     len = io_read (io, this->s, this->buf, this->chunk_length, this->need_abort);
      |                                 ^~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mmsh.c:655:33: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  655 |     len = io_read (io, this->s, this->buf, this->chunk_length, this->need_abort);
      |                                 ^~~~~~~~~
libmms/mmsh.c:398:102: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
1 warning generated.
libmms/mmsh.c:1305:33: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1305 |     len = io_read (io, this->s, this->buf, this->chunk_length, this->need_abort);
      |                                 ^~~~~~~~~
libmms/mmsh.c:398:68: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mmsh.c:1305:33: warning: passing 'uint8_t[65536]' (aka 'unsigned char[65536]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1305 |     len = io_read (io, this->s, this->buf, this->chunk_length, this->need_abort);
      |                                 ^~~~~~~~~
libmms/mmsh.c:398:102: note: expanded from macro 'io_read'
  398 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## libmms/mms.ca:r526g:s36):) 
warning:       passing 'char[16424]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]| 
                                                                                                     ^~~~
  526 |   mms_buffer_init(&command_buffer, this->scmd);
      |                                    ^~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:605:31: warning: passing 'uint8_t[102400]' (aka 'unsigned char[102400]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  605 |   len = io_read(io,  this->s, this->buf, 8, this->need_abort);
      |                               ^~~~~~~~~
libmms/mms.c:362:68: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mms.c:605:31: warning: passing 'uint8_t[102400]' (aka 'unsigned char[102400]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  605 |   len = io_read(io,  this->s, this->buf, 8, this->need_abort);
      |                               ^~~~~~~~~
libmms/mms.c:362:102: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mms.c:613:33: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  613 |     len = io_read(io,  this->s, this->buf + 8, 4, this->need_abort);
      |                                 ^~~~~~~~~~~~~
libmms/mms.c:362:68: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mms.c:613:33: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  613 |     len = io_read(io,  this->s, this->buf + 8, 4, this->need_abort);
      |                                 ^~~~~~~~~~~~~
libmms/mms.c:362:102: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mms.c:650:31: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  650 |   len = io_read(io,  this->s, this->buf + 12, packet_len, this->need_abort) ;
      |                               ^~~~~~~~~~~~~~
libmms/mms.c:362:68: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mms.c:650:31: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  650 |   len = io_read(io,  this->s, this->buf + 12, packet_len, this->need_abort) ;
      |                               ^~~~~~~~~~~~~~
libmms/mms.c:362:102: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mms.c:657:18: warning: passing 'uint8_t[102400]' (aka 'unsigned char[102400]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  657 |   print_command (this->buf, len);
      |                  ^~~~~~~~~
libmms/mms.c:472:34: note: passing argument to parameter 'data' here
  472 | static void print_command (char *data, int len) {
      |                                  ^
libmms/mms.c:745:31: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  745 |                               this->asf_header + this->asf_header_len, header.packet_len, this->need_abort);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmms/mms.c:362:68: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mms.c:745:31: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  745 |                               this->asf_header + this->asf_header_len, header.packet_len, this->need_abort);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmms/mms.c:362:102: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mms.c:1212:36: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1212 |   mms_buffer_init(&command_buffer, this->scmd_body);
      |                                    ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1243:36: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1243 |   mms_buffer_init(&command_buffer, this->scmd_body);
      |                                    ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1282:38: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1282 |     mms_buffer_init(&command_buffer, this->scmd_body);
      |                                      ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1333:38: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1333 |     mms_buffer_init(&command_buffer, this->scmd_body);
      |                                      ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1380:38: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1380 |     mms_buffer_init(&command_buffer, this->scmd_body);
      |                                      ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1468:50: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1468 |                 mms_buffer_init(&command_buffer, this->scmd_body);
      |                                                  ^~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
libmms/mms.c:1538:37: warning: passing 'uint8_t[102400]' (aka 'unsigned char[102400]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1538 |         len = io_read(io,  this->s, this->buf, header.packet_len, this->need_abort);
      |                                     ^~~~~~~~~
libmms/mms.c:362:68: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                    ^~~~
libmms/mms.c:1538:37: warning: passing 'uint8_t[102400]' (aka 'unsigned char[102400]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1538 |         len = io_read(io,  this->s, this->buf, header.packet_len, this->need_abort);
      |                                     ^~~~~~~~~
libmms/mms.c:362:102: note: expanded from macro 'io_read'
  362 | #define io_read(io, args...) ((io) ? (io)->read(io->read_data , ## args) : default_io.read(NULL , ## args))
      |                                                                                                      ^~~~
libmms/mms.c:1641:38: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1641 |     mms_buffer_init(&command_buffer, this->scmd_body+8);
      |                                      ^~~~~~~~~~~~~~~~~
libmms/mms.c:412:65: note: passing argument to parameter 'buffer' here
  412 | static void mms_buffer_init (mms_buffer_t *mms_buffer, uint8_t *buffer) {
      |                                                                 ^
16 warnings generated.
19 warnings generated.
shellexecutil.c:11:25: warning: 'pl_format_title_escaped' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
   11 |     int res = deadbeef->pl_format_title_escaped (it, -1, output, (int)(size - 2), -1, shcommand);
      |                         ^
../../include/deadbeef/deadbeef.h:1197:109: note: 'pl_format_title_escaped' has been explicitly marked deprecated here
 1197 |     int (*pl_format_title_escaped) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt) DEPRECATED_18;
      |                                                                                                             ^
../../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
1 warning generated.
shellexec.c:75:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   75 |     system (cmd);
      |     ^~~~~~  ~~~
1 warning generated.
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from interface.c:16:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from callbacks.c:5:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from interface.c:16:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
In file included from callbacks.c:5:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from shellexecui.c:22:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
2 warnings generated.
2 warnings generated.
In file included from shellexecui.c:22:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
interface.c:54:11: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
   54 |   vbox1 = gtk_vbox_new (FALSE, 8);
      |           ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:58:11: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
   58 |   hbox1 = gtk_hbox_new (FALSE, 8);
      |           ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:84:24: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   84 |   dialog_action_area = gtk_dialog_get_action_area (GTK_DIALOG (shellexec_conf_dialog));
      |                        ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:157:12: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  157 |   table1 = gtk_table_new (3, 2, FALSE);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
  118 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:160:3: warning: 'gtk_table_set_row_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  160 |   gtk_table_set_row_spacings (GTK_TABLE (table1), 8);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:158:1: note: 'gtk_table_set_row_spacings' has been explicitly marked deprecated here
  158 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:161:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  161 |   gtk_table_set_col_spacings (GTK_TABLE (table1), 8);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:163:1: note: 'gtk_table_set_col_spacings' has been explicitly marked deprecated here
  163 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:165:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  165 |   gtk_table_attach (GTK_TABLE (table1), title_label, 0, 1, 1, 2,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:168:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
  168 |   gtk_misc_set_alignment (GTK_MISC (title_label), 0, 0.5);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
   71 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:172:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  172 |   gtk_table_attach (GTK_TABLE (table1), cmd_label, 0, 1, 2, 3,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:175:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
  175 |   gtk_misc_set_alignment (GTK_MISC (cmd_label), 0, 0.5);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
   71 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:179:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  179 |   gtk_table_attach (GTK_TABLE (table1), cmd_entry, 1, 2, 2, 3,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:187:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  187 |   gtk_table_attach (GTK_TABLE (table1), name_label, 0, 1, 0, 1,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:190:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
  190 |   gtk_misc_set_alignment (GTK_MISC (name_label), 0, 0.5);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
   71 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:194:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  194 |   gtk_table_attach (GTK_TABLE (table1), title_entry, 1, 2, 1, 2,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:202:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  202 |   gtk_table_attach (GTK_TABLE (table1), name_entry, 1, 2, 0, 1,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:238:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
  238 |   gtk_misc_set_alignment (GTK_MISC (label1), 0, 0.5);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
   71 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:240:25: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  240 |   dialog_action_area1 = gtk_dialog_get_action_area (GTK_DIALOG (shellexec_conf_edit_dialog));
      |                         ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:244:24: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  244 |   edit_cancel_button = gtk_button_new_from_stock ("gtk-cancel");
      |                        ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:249:20: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  249 |   edit_ok_button = gtk_button_new_from_stock ("gtk-ok");
      |                    ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
19 warnings generated.
vfs_zip.c:293:19: warning: 'zip_get_num_files' is deprecated: use 'zip_get_num_entries' instead [-Wdeprecated-declarations]
  293 |     const int n = zip_get_num_files(z);
      |                   ^
/usr/include/zip.h:385:1: note: 'zip_get_num_files' has been explicitly marked deprecated here
  385 | ZIP_DEPRECATED("use 'zip_get_num_entries' instead") ZIP_EXTERN int zip_get_num_files(zip_t *_Nonnull);
      | ^
/usr/include/zip.h:63:42: note: expanded from macro 'ZIP_DEPRECATED'
   63 | #define ZIP_DEPRECATED(x) __attribute__((deprecated(x)))
      |                                          ^
1 warning generated.
converter.c:655:15: warning: 'pl_format_title' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  655 |     deadbeef->pl_format_title (it, idx, temp, sizeof (temp), -1, fmt);
      |               ^
../../include/deadbeef/deadbeef.h:1194:101: note: 'pl_format_title' has been explicitly marked deprecated here
 1194 |     int (*pl_format_title) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt) DEPRECATED_18;
      |                                                                                                     ^
../../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
In file included from interface.c:16:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from convgui.c:38:
In file included from ./support.h:8:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from interface.c:16:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from convgui.c:38:
In file included from ./support.h:8:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
2 warnings generated.
2 warnings generated.
convgui.c:348:151: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  348 |     GtkWidget *progress = gtk_dialog_new_with_buttons (_("Converting..."), GTK_WINDOW (gtkui_plugin->get_mainwin ()), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);
      |                                                                                                                                                       ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
  159 | #define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
      |                                      ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
  105 | G_DEPRECATED
      | ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
convgui.c:703:150: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  703 |     GtkWidget *dlg = gtk_file_chooser_dialog_new (_("Select folder..."), GTK_WINDOW (current_ctx->converter), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
      |                                                                                                                                                      ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
  159 | #define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
      |                                      ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
  105 | G_DEPRECATED
      | ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
convgui.c:703:189: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  703 |     GtkWidget *dlg = gtk_file_chooser_dialog_new (_("Select folder..."), GTK_WINDOW (current_ctx->converter), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
      |                                                                                                                                                                                             ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: note: expanded from macro 'GTK_STOCK_OPEN'
  765 | #define GTK_STOCK_OPEN             ((GtkStock)"gtk-open")
      |                                      ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
  105 | G_DEPRECATED
      | ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
2 warnings generated.
3 warnings generated.
interface.c:90:13: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
   90 |   hbox105 = gtk_hbox_new (FALSE, 0);
      |             ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:94:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
   94 |   vbox26 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:99:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
   99 |   hbox67 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:107:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  107 |   hbox68 = gtk_hbox_new (FALSE, 0);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:136:13: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  136 |   hbox100 = gtk_hbox_new (FALSE, 8);
      |             ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:144:13: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  144 |   hbox101 = gtk_hbox_new (FALSE, 0);
      |             ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:160:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  160 |   hbox69 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:168:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  168 |   hbox90 = gtk_hbox_new (FALSE, 0);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:180:14: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  180 |   image469 = gtk_image_new_from_stock ("gtk-edit", GTK_ICON_SIZE_BUTTON);
      |              ^
/usr/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here
  121 | GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:184:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  184 |   hbox86 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:192:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  192 |   hbox91 = gtk_hbox_new (FALSE, 0);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:204:14: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  204 |   image470 = gtk_image_new_from_stock ("gtk-edit", GTK_ICON_SIZE_BUTTON);
      |              ^
/usr/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here
  121 | GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:208:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  208 |   hbox88 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:220:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  220 |   hbox89 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:238:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  238 |   hbox99 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:262:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  262 |   gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (preview_tree), TRUE);
      |   ^
/usr/include/gtk-3.0/gtk/gtktreeview.h:245:1: note: 'gtk_tree_view_set_rules_hint' has been explicitly marked deprecated here
  245 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:264:25: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  264 |   dialog_action_area5 = gtk_dialog_get_action_area (GTK_DIALOG (converterdlg));
      |                         ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:268:22: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  268 |   converter_cancel = gtk_button_new_from_stock ("gtk-cancel");
      |                      ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:273:18: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  273 |   converter_ok = gtk_button_new_from_stock ("gtk-ok");
      |                  ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:409:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  409 |   vbox27 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:414:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  414 |   hbox70 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:429:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  429 |   hbox96 = gtk_hbox_new (FALSE, 9);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:444:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  444 |   hbox72 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:452:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  452 |   hbox93 = gtk_hbox_new (FALSE, 0);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:474:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  474 |   hbox73 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:493:17: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
  493 |   alignment21 = gtk_alignment_new (0.5, 0.5, 1, 1);
      |                 ^
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
   78 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:496:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations]
  496 |   gtk_alignment_set_padding (GTK_ALIGNMENT (alignment21), 0, 0, 12, 0);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:90:1: note: 'gtk_alignment_set_padding' has been explicitly marked deprecated here
   90 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:498:12: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  498 |   table2 = gtk_table_new (2, 3, FALSE);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
  118 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:502:3: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  502 |   gtk_table_set_col_spacings (GTK_TABLE (table2), 8);
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:163:1: note: 'gtk_table_set_col_spacings' has been explicitly marked deprecated here
  163 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:506:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  506 |   gtk_table_attach (GTK_TABLE (table2), apev2, 1, 2, 0, 1,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:512:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  512 |   gtk_table_attach (GTK_TABLE (table2), id3v1, 2, 3, 0, 1,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:518:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  518 |   gtk_table_attach (GTK_TABLE (table2), oggvorbis, 2, 3, 1, 2,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:524:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  524 |   gtk_table_attach (GTK_TABLE (table2), flac, 1, 2, 1, 2,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:528:13: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  528 |   hbox104 = gtk_hbox_new (FALSE, 0);
      |             ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:530:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  530 |   gtk_table_attach (GTK_TABLE (table2), hbox104, 0, 1, 0, 1,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:546:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  546 |   gtk_table_attach (GTK_TABLE (table2), mp4, 0, 1, 1, 2,
      |   ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
  126 | GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
  287 | # define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:555:25: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  555 |   dialog_action_area6 = gtk_dialog_get_action_area (GTK_DIALOG (convpreset_editor));
      |                         ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:559:23: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  559 |   convpreset_cancel = gtk_button_new_from_stock ("gtk-cancel");
      |                       ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:564:19: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  564 |   convpreset_ok = gtk_button_new_from_stock ("gtk-ok");
      |                   ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:644:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  644 |   vbox30 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:649:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  649 |   hbox81 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:664:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  664 |   vbox29 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:668:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  668 |   hbox82 = gtk_hbox_new (TRUE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:684:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  684 |   hbox98 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:700:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  700 |   vbox34 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:704:8: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  704 |   up = gtk_button_new_from_stock ("gtk-go-up");
      |        ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:708:10: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  708 |   down = gtk_button_new_from_stock ("gtk-go-down");
      |          ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:712:25: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  712 |   dialog_action_area8 = gtk_dialog_get_action_area (GTK_DIALOG (dsppreset_editor));
      |                         ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:716:19: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  716 |   cancelbutton6 = gtk_button_new_from_stock ("gtk-cancel");
      |                   ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:721:15: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  721 |   okbutton6 = gtk_button_new_from_stock ("gtk-ok");
      |               ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:788:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  788 |   vbox31 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:793:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  793 |   hbox85 = gtk_hbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:806:25: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  806 |   dialog_action_area9 = gtk_dialog_get_action_area (GTK_DIALOG (select_dsp_plugin));
      |                         ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:810:19: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  810 |   cancelbutton7 = gtk_button_new_from_stock ("gtk-cancel");
      |                   ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:815:15: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  815 |   okbutton7 = gtk_button_new_from_stock ("gtk-ok");
      |               ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:859:12: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  859 |   vbox33 = gtk_vbox_new (FALSE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
   60 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:864:12: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  864 |   hbox94 = gtk_hbox_new (TRUE, 8);
      |            ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
   62 | GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
  273 | # define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:868:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  868 |   add = gtk_button_new_from_stock ("gtk-add");
      |         ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:872:10: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  872 |   copy = gtk_button_new_from_stock ("gtk-copy");
      |          ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:876:12: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  876 |   remove = gtk_button_new_from_stock ("gtk-remove");
      |            ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:880:10: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  880 |   edit = gtk_button_new_from_stock ("gtk-edit");
      |          ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
interface.c:896:26: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
  896 |   dialog_action_area10 = gtk_dialog_get_action_area (GTK_DIALOG (preset_list));
      |                          ^
/usr/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
  202 | GDK_DEPRECATED_IN_3_10
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
  328 | # define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
interface.c:900:15: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  900 |   okbutton8 = gtk_button_new_from_stock ("gtk-close");
      |               ^
/usr/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here
  102 | GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label)
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
  329 | # define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
63 warnings generated.
libshn/output.c:94:21: warning: passing 'int8_t[4096]' (aka 'signed char[4096]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   94 |       shn_vsnprintf(this_shn->vars.fatal_error_msg,BUF_SIZE,complaint,args);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libshn/shn.h:35:42: note: expanded from macro 'shn_vsnprintf'
   35 | #define shn_vsnprintf(a,b,c,d) vsnprintf(a,b,c,d)
      |                                          ^
/usr/include/bits/stdio2.h:82:36: note: passing argument to parameter '__s' here
   82 | __NTH (vsnprintf (char *__restrict __s, size_t __n,
      |                                    ^
1 warning generated.
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
aosdk/corlett.c:168:7: warning: variable 'tag' set but not used [-Wunused-but-set-variable]
  168 |                 int tag, l, num_tags, data;
      |                     ^
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
aosdk/eng_psf/psx_hw.c:3129:48: warning: variable 'argbase' set but not used [-Wunused-but-set-variable]
 3129 |                                                 uint8 *argwalk = (uint8 *)cpu->psx_ram, *argbase;
      |                                                                                          ^
1 warning generated.
aosdk/eng_psf/psx.c:147:20: warning: unused variable 'delayn' [-Wunused-variable]
  147 | static const char *delayn[] =
      |                    ^~~~~~
1 warning generated.
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
aosdk/eng_dsf/arm7i.c:274:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
  274 |   return (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  275 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
aosdk/eng_dsf/arm7i.c:274:46: note: place parentheses around the '&&' expression to silence this warning
  274 |   return (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                              ^
      |          (
  275 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                     )
aosdk/eng_dsf/arm7i.c:275:78: warning: '&&' within '||' [-Wlogical-op-parentheses]
  275 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  276 |  !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V);
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aosdk/eng_dsf/arm7i.c:275:78: note: place parentheses around the '&&' expression to silence this warning
  275 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                                                              ^
      |                                         (
  276 |  !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V);
      |                                      
      |                                      )
aosdk/eng_dsf/arm7i.c:285:47: warning: '&&' within '||' [-Wlogical-op-parentheses]
  285 |   return !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  286 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
aosdk/eng_dsf/arm7i.c:285:47: note: place parentheses around the '&&' expression to silence this warning
  285 |   return !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                               ^
      |          (
  286 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                     )
aosdk/eng_dsf/arm7i.c:286:77: warning: '&&' within '||' [-Wlogical-op-parentheses]
  286 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                      ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  287 |  !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V);
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aosdk/eng_dsf/arm7i.c:286:77: note: place parentheses around the '&&' expression to silence this warning
  286 |  (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V) || (cpu->Rx [ARM7_CPSR] & ARM7_CPSR_N) &&\
      |                                                                             ^
      |                                         (
  287 |  !(cpu->Rx [ARM7_CPSR] & ARM7_CPSR_V);
      |                                      
      |                                      )
aosdk/eng_dsf/arm7i.c:957:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  957 |     else
      |     ^
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
1 warning generated.
5 warnings generated.
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
aosdk/eng_psf/eng_psf2.c:111:9: warning: variable 'nameoffs' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                ^
aosdk/eng_psf/eng_psf2.c:111:19: warning: variable 'saddr' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                          ^
aosdk/eng_psf/eng_psf2.c:111:26: warning: variable 'heap' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                                 ^
aosdk/eng_psf/eng_psf2.c:111:32: warning: variable 'tsize' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                                       ^
aosdk/eng_psf/eng_psf2.c:111:39: warning: variable 'dsize' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                                              ^
aosdk/eng_psf/eng_psf2.c:111:46: warning: variable 'bsize' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                                                     ^
aosdk/eng_psf/eng_psf2.c:111:53: warning: variable 'vers2' set but not used [-Wunused-but-set-variable]
  111 |         uint32 nameoffs, saddr, heap, tsize, dsize, bsize, vers2;
      |                                                            ^
aosdk/eng_psf/eng_psf2.c:130:16: warning: variable 'phoff' set but not used [-Wunused-but-set-variable]
  130 |         uint32 entry, phoff, shoff, phentsize, shentsize, phnum, shnum, shstrndx;
      |                       ^
aosdk/eng_psf/eng_psf2.c:130:30: warning: variable 'phentsize' set but not used [-Wunused-but-set-variable]
  130 |         uint32 entry, phoff, shoff, phentsize, shentsize, phnum, shnum, shstrndx;
      |                                     ^
aosdk/eng_psf/eng_psf2.c:130:52: warning: variable 'phnum' set but not used [-Wunused-but-set-variable]
  130 |         uint32 entry, phoff, shoff, phentsize, shentsize, phnum, shnum, shstrndx;
      |                                                           ^
aosdk/eng_psf/eng_psf2.c:130:66: warning: variable 'shstrndx' set but not used [-Wunused-but-set-variable]
  130 |         uint32 entry, phoff, shoff, phentsize, shentsize, phnum, shnum, shstrndx;
      |                                                                         ^
aosdk/eng_psf/eng_psf2.c:131:9: warning: variable 'name' set but not used [-Wunused-but-set-variable]
  131 |         uint32 name, type, flags, addr, offset, size, shent;
      |                ^
aosdk/eng_psf/eng_psf2.c:131:21: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
  131 |         uint32 name, type, flags, addr, offset, size, shent;
      |                            ^
13 warnings generated.
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]
alac_plugin.c:431:25: warning: 'plt_insert_cue_from_buffer' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
  431 |         cue = deadbeef->plt_insert_cue_from_buffer (plt, after, it, (const uint8_t *)cuesheet, (int)strlen (cuesheet), (int)totalsamples, samplerate);
      |                         ^
../../include/deadbeef/deadbeef.h:1069:188: note: 'plt_insert_cue_from_buffer' has been explicitly marked deprecated here
 1069 |     DB_playItem_t *(*plt_insert_cue_from_buffer) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                                                                            ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
alac_plugin.c:440:22: warning: 'plt_insert_cue' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
  440 |     cue  = deadbeef->plt_insert_cue (plt, after, it, (int)totalsamples, samplerate);
      |                      ^
../../include/deadbeef/deadbeef.h:1070:138: note: 'plt_insert_cue' has been explicitly marked deprecated here
 1070 |     DB_playItem_t * (*plt_insert_cue) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                          ^
../../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
2 warnings generated.
libwma/wmadeci.c:1020:23: warning: assigning to 'const int16_t *' (aka 'const short *') from 'uint16_t *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1020 |             run_table = s->run_table[tindex];
      |                       ^ ~~~~~~~~~~~~~~~~~~~~
libwma/wmadeci.c:1021:25: warning: assigning to 'const int16_t *' (aka 'const short *') from 'uint16_t *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1021 |             level_table = s->level_table[tindex];
      |                         ^ ~~~~~~~~~~~~~~~~~~~~~~
libwma/wmadeci.c:1292:27: warning: passing 'uint32_t[4096]' (aka 'unsigned int[4096]') to parameter of type 'int32_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1292 |                           scratch_buf,
      |                           ^~~~~~~~~~~
libwma/mdct.h:26:49: note: passing argument to parameter 'output' here
   26 | void ff_imdct_calc(unsigned int nbits, fixed32 *output, const fixed32 *input);
      |                                                 ^
libwma/wmadeci.c:1297:27: warning: passing 'uint32_t[4096]' (aka 'unsigned int[4096]') to parameter of type 'int32_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1297 |             wma_window(s, scratch_buf, &(s->frasfheader.c:100:9a: mwarning: e'htole16' macro redefined [-Wmacro-redefined]
_o  100 | #udefitn[ec htho]l[ei1n6(xd)e x(x)]
)      )| ;        ^

      /usr/include/endian.h:| 40:11:                          ^~~~~~~~~~~ note: previous definition is here

libwma/wmadeci.c   :4081 | :#55 :  denote: fipassing argument to parameter 'in' herene
 htole   1816 | ( xs)t __uinatt1i6c_ idvenotiitdy (x)
      |           ^ 
wasfheader.c:m101a:9_:w iwarning: 'htole32' macro redefined [-Wmacro-redefined]n
  101d | o#wd(efWineM hAtDolee3c2o(xd) (xe)
C      o| n        ^
t/usr/include/endian.he:45:x11t:  *note: sprevious definition is here,
    f45i | x#e d d3efine2 hto le32(x) _*_uiint3n2,_iden tfiitxy (exd)3
2      |            ^*
out)
      |                                                       ^
libwma/wmadeci.c:1305:31: warning: passing 'uint32_t[4096]' (aka 'unsigned int[4096]') to parameter of type 'int32_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1305 |                 wma_window(s, scratch_buf, &(s->frame_out[1][index]));
      |                               ^~~~~~~~~~~
libwma/wmadeci.c:81:55: note: passing argument to parameter 'in' here
   81 |  static void wma_window(WMADecodeContext *s, fixed32 *in, fixed32 *out)
      |                                                       ^
asfheader.c:577:64: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  577 |                         deadbeef->pl_append_meta (it, "title", s);
      |                                                                ^
asfheader.c:583:65: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  583 |                         deadbeef->pl_append_meta (it, "artist", s);
      |                                                                 ^
asfheader.c:591:66: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  591 |                         deadbeef->pl_append_meta (it, "comment", s);
      |                                                                  ^
asfheader.c:618:54: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  618 |                         if (!strcmp("WM/TrackNumber",utf8buf) || !strcmp("WM/Track",utf8buf)) {
      |                                                      ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:618:85: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  618 |                         if (!strcmp("WM/TrackNumber",utf8buf) || !strcmp("WM/Track",utf8buf)) {
      |                                                                                     ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:622:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  622 |                                 deadbeef->pl_append_meta (it, "track", s);
      |                                                                        ^
asfheader.c:631:58: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  631 |                         } else if (!strcmp("TotalTracks",utf8buf)) {
      |                                                          ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:635:76: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  635 |                                 deadbeef->pl_append_meta (it, "numtracks", s);
      |                                                                            ^
asfheader.c:644:59: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  644 |                         } else if (!strcmp("WM/PartOfSet",utf8buf)) {
      |                                                           ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:648:56: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  648 |                                 asf_add_disc_meta (it, s);
      |                                                        ^
asfheader.c:391:51: note: passing argument to parameter 'disc' here
  391 | asf_add_disc_meta (DB_playItem_t *it, const char *disc) {
      |                                                   ^
asfheader.c:657:57: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  657 |                         } else if ((!strcmp("WM/Genre", utf8buf)) && (type == 0)) {
      |                                                         ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:660:68: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  660 |                             deadbeef->pl_append_meta (it, "genre", s);
      |                                                                    ^
asfheader.c:661:62: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  661 |                         } else if ((!strcmp("WM/AlbumTitle", utf8buf)) && (type == 0)) {
      |                                                              ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:664:68: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  664 |                             deadbeef->pl_append_meta (it, "album", s);
      |                                                                    ^
asfheader.c:665:63: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  665 |                         } else if ((!strcmp("WM/AlbumArtist", utf8buf)) && (type == 0)) {
      |                                                               ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:668:74: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  668 |                             deadbeef->pl_append_meta (it, "albumartist", s);
      |                                                                          ^
asfheader.c:669:60: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  669 |                         } else if ((!strcmp("WM/Composer", utf8buf)) && (type == 0)) {
      |                                                            ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:672:71: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  672 |                             deadbeef->pl_append_meta (it, "composer", s);
      |                                                                       ^
asfheader.c:673:72: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  673 |                         } else if ((!strcasecmp("foobar2000/cuesheet", utf8buf)) && (type == 0)) {
      |                                                                        ^~~~~~~
/usr/include/strings.h:116:54: note: passing argument to parameter '__s2' here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |                                                      ^
asfheader.c:676:71: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  676 |                             deadbeef->pl_append_meta (it, "cuesheet", s);
      |                                                                       ^
asfheader.c:677:55: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  677 |                         } else if (!strcmp("WM/Year", utf8buf)) {
      |                                                       ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:681:71: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  681 |                                 deadbeef->pl_append_meta (it, "year", s);
      |                                                                       ^
asfheader.c:690:70: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  690 |                         } else if (!strcmp("WM/OriginalReleaseYear", utf8buf)) {
      |                                                                      ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:694:88: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  694 |                                 deadbeef->pl_append_meta (it, "original_release_year", s);
      |                                                                                        ^
asfheader.c:703:70: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  703 |                         } else if (!strcmp("WM/OriginalReleaseTime", utf8buf)) {
      |                                                                      ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:707:88: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  707 |                                 deadbeef->pl_append_meta (it, "original_release_time", s);
      |                                                                                        ^
asfheader.c:716:60: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  716 |                         } else if (!strncmp("replaygain_", utf8buf, 11)) {
      |                                                            ^~~~~~~
/usr/include/string.h:159:51: note: passing argument to parameter '__s2' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                                   ^
asfheader.c:717:35: warning: initializing 'char *' with an expression of type 'uint8_t[512]' (aka 'unsigned char[512]') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  717 |                             char *s = utf8buf;
      |                                   ^   ~~~~~~~
asfheader.c:718:35: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  718 |                             char *value = id3buf;
      |                                   ^       ~~~~~~
asfheader.c:733:68: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  733 |                         } else if (!strcmp("MusicBrainz/Track Id", utf8buf)) {
      |                                                                    ^~~~~~~
/usr/include/string.h:156:50: note: passing argument to parameter '__s2' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                                  ^
asfheader.c:736:76: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  736 |                             deadbeef->pl_append_meta (it, "MusicBrainzId", s);
      |                                                                            ^
asfheader.c:792:46: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  792 |                                 if (!strcmp (utf8buf, "MusicBrainz/Track Id")) {
      |                                              ^~~~~~~
/usr/include/string.h:156:32: note: passing argument to parameter '__s1' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                ^
asfheader.c:793:45: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  793 |                                     strcpy (utf8buf, "musicbrainz_trackid");
      |                                             ^~~~~~~
/usr/include/bits/string_fortified.h:77:33: note: passing argument to parameter '__dest' here
   77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
      |                                 ^
asfheader.c:795:63: warning: passing 'uint8_t[512]' (aka 'unsigned char[512]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  795 |                                 deadbeef->pl_append_meta (it, utf8buf, s);
      |                                                               ^~~~~~~
asfheader.c:795:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  795 |                                 deadbeef->pl_append_meta (it, utf8buf, s);
      |                                                                        ^
37 warnings generated.
5 warnings generated.
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/include/glib-2.0/gobject/gtype.hIn file included from :pltbrowser.c:73124:
:In file included from 19/usr/include/gtk-2.0/gtk/gtk.h::33:
In file included from  /usr/include/gtk-2.0/gtk/gtkaboutdialog.hnote: :32'GTypeDebugFlags' has been explicitly marked deprecated here:

In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h  :73135 | :
}In file included from  /usr/include/gtk-2.0/gtk/gtkwindow.h:G36T:
In file included from y/usr/include/gtk-2.0/gtk/gtkbin.hp:e35:
DIn file included from e/usr/include/gtk-2.0/gtk/gtkcontainer.h:35:
bIn file included from u/usr/include/gtk-2.0/gtk/gtkwidget.hg:F36:
lIn file included from a/usr/include/gtk-2.0/gtk/gtkobject.hg:s37 :
G/usr/include/gtk-2.0/gtk/gtktypeutils.h:O236B:J34E:C Twarning: _'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]D
E  P236R | EvCoAiTdE  D _ T   Y    P Eg_tIkN_t_yp2e_ini_t3 6 ; 
(G      T| y                  ^p
eDeb/usr/include/glib-2.0/gobject/gobject-visibility.hug:F213l:a41g:s   note:  expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' 
d  e213bu | g#_dfelfagisn)e; 
G      O|                                  ^B
J/usr/include/glib-2.0/gobject/gtype.hE:C731T:_19D: Enote: P'GTypeDebugFlags' has been explicitly marked deprecated hereR
E  C731A | T}E DGT_yTpYePDEeb_uIgNF_l2a_g3s6  GGOBLJIEBC_TD_EDPERPERCECAATTEEDD__TTYYPPEE
_      I| N                                        ^_
2_/usr/include/glib-2.0/glib/gmacros.h3:61328;:
30      :|                   ^ 
note: expanded from macro 'GLIB_DEPRECATED_TYPE'
/usr/include/glib-2.0/gobject/gobject-visibility.h: 2131328: | 41#:d enote: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'f
i  n213e |  #GdLeIfiBn_eD EGPOBRJEECCTA_TDEEDP_RTEYCPAET EGD__DTEYPPRE_EICNA_T2E_D36
       G| L                             ^I
B_/usr/include/glib-2.0/glib/gmacros.hD:E1267P:R37E:CA Tnote: Eexpanded from macro 'G_DEPRECATED'D
_ TY1267P | E#
d      e|                                         ^f
i/usr/include/glib-2.0/glib/gmacros.hn:e1328 :G30_: Dnote: Eexpanded from macro 'GLIB_DEPRECATED_TYPE'P
R E1328C | A#TdEefDi n_e_ aGLtIBt_rDiEbPuRtECeA_T_E(D(_T_YP_Ed eGp_rDeEcPaRtEeCdA_T_ED)
)      
|                                    ^| 
                                    ^/usr/include/glib-2.0/glib/gmacros.h:
1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from pltbrowser.c:24:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from support.c:15:
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
pltbrowser.c:426:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  426 |     gtk_menu_popup (GTK_MENU (popup), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time ());
      |     ^
/usr/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
  137 | GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
  413 | # define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
pltbrowser.c:729:13: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  729 |             gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, event->button, gtk_get_current_event_time());
      |             ^
/usr/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
  137 | GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
  413 | # define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
pltbrowser.c:785:9: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
  785 |         gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time());
      |         ^
/usr/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
  137 | GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
  413 | # define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
   49 | #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
pltbrowser.c:853:5: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  853 |     gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (w->tree), TRUE);
      |     ^
/usr/include/gtk-3.0/gtk/gtktreeview.h:245:1: note: 'gtk_tree_view_set_rules_hint' has been explicitly marked deprecated here
  245 | GDK_DEPRECATED_IN_3_14
      | ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
  356 | # define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
      |                                               ^
/usr/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
   48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
      |                        ^
/usr/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
2 warnings generated.
4 warnings generated.
libsc68/file68/src/option68.c:371:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
  371 |     *(int*)0 = 0;
      |     ^~~~~~~~
libsc68/file68/src/option68.c:371:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
1 warning generated.
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:352:5: warning: shift count >= width of type [-Wshift-count-overflow]
  352 |     NOTB(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:149:38: note: expanded from macro 'NOTB'
  149 | #define NOTB(S, A)     S = _NOT68(A|~NRM_BYTE_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:106:59: note: expanded from macro 'NRM_BYTE_MSK'
  106 | #define NRM_BYTE_MSK ( (int68_t) ( (int68_t) (0x000000FFU << BYTE_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:359:5: warning: shift count >= width of type [-Wshift-count-overflow]
  359 |     NOTB(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:149:38: note: expanded from macro 'NOTB'
  149 | #define NOTB(S, A)     S = _NOT68(A|~NRM_BYTE_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:106:59: note: expanded from macro 'NRM_BYTE_MSK'
  106 | #define NRM_BYTE_MSK ( (int68_t) ( (int68_t) (0x000000FFU << BYTE_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:371:5: warning: shift count >= width of type [-Wshift-count-overflow]
  371 |     NOTW(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:150:38: note: expanded from macro 'NOTW'
  150 | #define NOTW(S, A)     S = _NOT68(A|~NRM_WORD_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:107:59: note: expanded from macro 'NRM_WORD_MSK'
  107 | #define NRM_WORD_MSK ( (int68_t) ( (int68_t) (0x0000FFFFU << WORD_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:378:5: warning: shift count >= width of type [-Wshift-count-overflow]
  378 |     NOTW(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:150:38: note: expanded from macro 'NOTW'
  150 | #define NOTW(S, A)     S = _NOT68(A|~NRM_WORD_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:107:59: note: expanded from macro 'NRM_WORD_MSK'
  107 | #define NRM_WORD_MSK ( (int68_t) ( (int68_t) (0x0000FFFFU << WORD_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:390:5: warning: shift count >= width of type [-Wshift-count-overflow]
  390 |     NOTL(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:151:38: note: expanded from macro 'NOTL'
  151 | #define NOTL(S, A)     S = _NOT68(A|~NRM_LONG_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:108:59: note: expanded from macro 'NRM_LONG_MSK'
  108 | #define NRM_LONG_MSK ( (int68_t) ( (int68_t) (0xFFFFFFFFU << LONG_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
In file included from libsc68/libsc68/emu68/lines68.c:47:
libsc68/libsc68/emu68/lines/line4.c:397:5: warning: shift count >= width of type [-Wshift-count-overflow]
  397 |     NOTL(b,b);
      |     ^~~~~~~~~
libsc68/libsc68/emu68/macro68.h:151:38: note: expanded from macro 'NOTL'
  151 | #define NOTL(S, A)     S = _NOT68(A|~NRM_LONG_MSK)
      |                            ~~~~~~~~~~^~~~~~~~~~~~~
libsc68/libsc68/emu68/type68.h:108:59: note: expanded from macro 'NRM_LONG_MSK'
  108 | #define NRM_LONG_MSK ( (int68_t) ( (int68_t) (0xFFFFFFFFU << LONG_FIX) ) )
      |                                                           ^
libsc68/libsc68/emu68/macro68.h:132:39: note: expanded from macro '_NOT68'
  132 | # define _NOT68(A)   inl_not68(emu68, A)
      |                                       ^
libsc68/desa68/desa68.c:150:3: warning: multi-character character constant [-Wmultichar]
  150 |   'RA','SR','HI','LS',
      |   ^
libsc68/desa68/desa68.c:150:8: warning: multi-character character constant [-Wmultichar]
  150 |   'RA','SR','HI','LS',
      |        ^
libsc68/desa68/desa68.c:150:13: warning: multi-character character constant [-Wmultichar]
  150 |   'RA','SR','HI','LS',
      |             ^
libsc68/desa68/desa68.c:150:18: warning: multi-character character constant [-Wmultichar]
  150 |   'RA','SR','HI','LS',
      |                  ^
libsc68/desa68/desa68.c:151:3: warning: multi-character character constant [-Wmultichar]
  151 |   'CC','CS','NE','EQ',
      |   ^
libsc68/desa68/desa68.c:151:8: warning: multi-character character constant [-Wmultichar]
  151 |   'CC','CS','NE','EQ',
      |        ^
libsc68/desa68/desa68.c:151:13: warning: multi-character character constant [-Wmultichar]
  151 |   'CC','CS','NE','EQ',
      |             ^
libsc68/desa68/desa68.c:151:18: warning: multi-character character constant [-Wmultichar]
  151 |   'CC','CS','NE','EQ',
      |                  ^
libsc68/desa68/desa68.c:152:3: warning: multi-character character constant [-Wmultichar]
  152 |   'VC','VS','PL','MI',
      |   ^
libsc68/desa68/desa68.c:152:8: warning: multi-character character constant [-Wmultichar]
  152 |   'VC','VS','PL','MI',
      |        ^
libsc68/desa68/desa68.c:152:13: warning: multi-character character constant [-Wmultichar]
  152 |   'VC','VS','PL','MI',
      |             ^
libsc68/desa68/desa68.c:152:18: warning: multi-character character constant [-Wmultichar]
  152 |   'VC','VS','PL','MI',
      |                  ^
libsc68/desa68/desa68.c:153:3: warning: multi-character character constant [-Wmultichar]
  153 |   'GE','LT','GT','LE'
      |   ^
libsc68/desa68/desa68.c:153:8: warning: multi-character character constant [-Wmultichar]
  153 |   'GE','LT','GT','LE'
      |        ^
libsc68/desa68/desa68.c:153:13: warning: multi-character character constant [-Wmultichar]
  153 |   'GE','LT','GT','LE'
      |             ^
libsc68/desa68/desa68.c:153:18: warning: multi-character character constant [-Wmultichar]
  153 |   'GE','LT','GT','LE'
      |                  ^
libsc68/desa68/desa68.c:158:12: warning: multi-character character constant [-Wmultichar]
  158 |   'T', 'F','HI','LS',
      |            ^
libsc68/desa68/desa68.c:158:17: warning: multi-character character constant [-Wmultichar]
  158 |   'T', 'F','HI','LS',
      |                 ^
libsc68/desa68/desa68.c:159:3: warning: multi-character character constant [-Wmultichar]
  159 |   'CC','CS','NE','EQ',
      |   ^
libsc68/desa68/desa68.c:159:8: warning: multi-character character constant [-Wmultichar]
  159 |   'CC','CS','NE','EQ',
      |        ^
libsc68/desa68/desa68.c:159:13: warning: multi-character character constant [-Wmultichar]
  159 |   'CC','CS','NE','EQ',
      |             ^
libsc68/desa68/desa68.c:159:18: warning: multi-character character constant [-Wmultichar]
  159 |   'CC','CS','NE','EQ',
      |                  ^
libsc68/desa68/desa68.c:160:3: warning: multi-character character constant [-Wmultichar]
  160 |   'VC','VS','PL','MI',
      |   ^
libsc68/desa68/desa68.c:160:8: warning: multi-character character constant [-Wmultichar]
  160 |   'VC','VS','PL','MI',
      |        ^
libsc68/desa68/desa68.c:160:13: warning: multi-character character constant [-Wmultichar]
  160 |   'VC','VS','PL','MI',
      |             ^
libsc68/desa68/desa68.c:160:18: warning: multi-character character constant [-Wmultichar]
  160 |   'VC','VS','PL','MI',
      |                  ^
libsc68/desa68/desa68.c:161:3: warning: multi-character character constant [-Wmultichar]
  161 |   'GE','LT','GT','LE'
      |   ^
libsc68/desa68/desa68.c:161:8: warning: multi-character character constant [-Wmultichar]
  161 |   'GE','LT','GT','LE'
      |        ^
libsc68/desa68/desa68.c:161:13: warning: multi-character character constant [-Wmultichar]
  161 |   'GE','LT','GT','LE'
      |             ^
libsc68/desa68/desa68.c:161:18: warning: multi-character character constant [-Wmultichar]
  161 |   'GE','LT','GT','LE'
      |                  ^
libsc68/desa68/desa68.c:166:3: warning: multi-character character constant [-Wmultichar]
  166 |   'RA', 'F','HI','LS',
      |   ^
libsc68/desa68/desa68.c:166:13: warning: multi-character character constant [-Wmultichar]
  166 |   'RA', 'F','HI','LS',
      |             ^
libsc68/desa68/desa68.c:166:18: warning: multi-character character constant [-Wmultichar]
  166 |   'RA', 'F','HI','LS',
      |                  ^
libsc68/desa68/desa68.c:167:3: warning: multi-character character constant [-Wmultichar]
  167 |   'CC','CS','NE','EQ',
      |   ^
libsc68/desa68/desa68.c:167:8: warning: multi-character character constant [-Wmultichar]
  167 |   'CC','CS','NE','EQ',
      |        ^
libsc68/desa68/desa68.c:167:13: warning: multi-character character constant [-Wmultichar]
  167 |   'CC','CS','NE','EQ',
      |             ^
libsc68/desa68/desa68.c:167:18: warning: multi-character character constant [-Wmultichar]
  167 |   'CC','CS','NE','EQ',
      |                  ^
libsc68/desa68/desa68.c:168:3: warning: multi-character character constant [-Wmultichar]
  168 |   'VC','VS','PL','MI',
      |   ^
libsc68/desa68/desa68.c:168:8: warning: multi-character character constant [-Wmultichar]
  168 |   'VC','VS','PL','MI',
      |        ^
libsc68/desa68/desa68.c:168:13: warning: multi-character character constant [-Wmultichar]
  168 |   'VC','VS','PL','MI',
      |             ^
libsc68/desa68/desa68.c:168:18: warning: multi-character character constant [-Wmultichar]
  168 |   'VC','VS','PL','MI',
      |                  ^
libsc68/desa68/desa68.c:169:3: warning: multi-character character constant [-Wmultichar]
  169 |   'GE','LT','GT','LE'
      |   ^
libsc68/desa68/desa68.c:169:8: warning: multi-character character constant [-Wmultichar]
  169 |   'GE','LT','GT','LE'
      |        ^
libsc68/desa68/desa68.c:169:13: warning: multi-character character constant [-Wmultichar]
  169 |   'GE','LT','GT','LE'
      |             ^
libsc68/desa68/desa68.c:169:18: warning: multi-character character constant [-Wmultichar]
  169 |   'GE','LT','GT','LE'
      |                  ^
libsc68/desa68/desa68.c:567:12: warning: multi-character character constant [-Wmultichar]
  567 |     name = 'D0'+(reg-DESA68_REG_DN);
      |            ^
libsc68/desa68/desa68.c:569:12: warning: multi-character character constant [-Wmultichar]
  569 |     name = 'A0'+(reg-DESA68_REG_AN);
      |            ^
libsc68/desa68/desa68.c:572:33: warning: multi-character character constant [-Wmultichar]
  572 |     case DESA68_REG_USP: name = 'USP'; break;
      |                                 ^
libsc68/desa68/desa68.c:573:33: warning: multi-character character constant [-Wmultichar]
  573 |     case DESA68_REG_CCR: name = 'CCR'; break;
      |                                 ^
libsc68/desa68/desa68.c:574:33: warning: multi-character character constant [-Wmultichar]
  574 |     case DESA68_REG_SR:  name = 'SR';  break;
      |                                 ^
libsc68/desa68/desa68.c:575:33: warning: multi-character character constant [-Wmultichar]
  575 |     case DESA68_REG_PC:  name = 'PC';  break;
      |                                 ^
libsc68/desa68/desa68.c:578:14: warning: multi-character character constant [-Wmultichar]
  578 |       name = 'R?';
      |              ^
libsc68/desa68/desa68.c:712:18: warning: multi-character character constant [-Wmultichar]
  712 |     desa_ascii(d,'.W');
      |                  ^
libsc68/desa68/desa68.c:720:20: warning: multi-character character constant [-Wmultichar]
  720 |       desa_ascii(d,'.L');
      |                    ^
libsc68/desa68/desa68.c:771:20: warning: multi-character character constant [-Wmultichar]
  771 |       desa_ascii(d,'#?');
      |                    ^
libsc68/desa68/desa68.c:905:36: warning: multi-character character constant [-Wmultichar]
  905 |   int mode = (d->_opw>>8)&15, inst='ORI';
      |                                    ^
libsc68/desa68/desa68.c:962:5: warning: multi-character character constant [-Wmultichar]
  962 |     'ORI', 'ANDI', 'SUBI', 'ADDI', 0, 'EORI', 'CMPI', 0
      |     ^
libsc68/desa68/desa68.c:1104:16: warning: multi-character character constant [-Wmultichar]
 1104 |   desa_ascii(d,'LEA');
      |                ^
libsc68/desa68/desa68.c:1118:16: warning: multi-character character constant [-Wmultichar]
 1118 |   desa_ascii(d,'CHK');
      |                ^
libsc68/desa68/desa68.c:1131:16: warning: multi-character character constant [-Wmultichar]
 1131 |   desa_ascii(d,'EXT');
      |                ^
libsc68/desa68/desa68.c:1186:18: warning: multi-character character constant [-Wmultichar]
 1186 |     desa_ascii(d,'SR');
      |                  ^
libsc68/desa68/desa68.c:1189:18: warning: multi-character character constant [-Wmultichar]
 1189 |     desa_ascii(d,'MP');
      |                  ^
libsc68/desa68/desa68.c:1237:27: warning: multi-character character constant [-Wmultichar]
 1237 |     if (desa_check_imp(d, 'TAS', 00775, SZ_IMPL, SZ_BYTE)) {
      |                           ^
libsc68/desa68/desa68.c:1280:29: warning: multi-character character constant [-Wmultichar]
 1280 |       if (desa_check_imp(d, 'CLR', 00775, d->_opsz, d->_opsz)) {
      |                             ^
libsc68/desa68/desa68.c:1287:29: warning: multi-character character constant [-Wmultichar]
 1287 |       if (desa_check_imp(d, 'NEG', 00775, d->_opsz, d->_opsz))
      |                             ^
libsc68/desa68/desa68.c:1292:29: warning: multi-character character constant [-Wmultichar]
 1292 |       if (desa_check_imp(d, 'NOT', 00775, d->_opsz, d->_opsz))
      |                             ^
libsc68/desa68/desa68.c:1310:33: warning: multi-character character constant [-Wmultichar]
 1310 |           if (desa_check_imp(d, 'PEA', 0x7E4, SZ_IMPL, SZ_ADDR))
      |                                 ^
libsc68/desa68/desa68.c:1317:29: warning: multi-character character constant [-Wmultichar]
 1317 |       if (desa_check_imp(d, 'TST', 00775, d->_opsz, d->_opsz)) {
      |                             ^
libsc68/desa68/desa68.c:1337:24: warning: multi-character character constant [-Wmultichar]
 1337 |           desa_ascii(d,'#$');
      |                        ^
libsc68/desa68/desa68.c:1438:16: warning: multi-character character constant [-Wmultichar]
 1438 |   desa_ascii(d,'#0' + v);
      |                ^
libsc68/desa68/desa68.c:1453:17: warning: multi-character character constant [-Wmultichar]
 1453 |   desa_ascii(d,('DB'<<16) + dbcc_ascii[(d->_opw>>8)&15]);
      |                 ^
libsc68/desa68/desa68.c:1511:18: warning: multi-character character constant [-Wmultichar]
 1511 |     desa_ascii(d,'.S');
      |                  ^
libsc68/desa68/desa68.c:1517:18: warning: multi-character character constant [-Wmultichar]
 1517 |     desa_ascii(d,'.W');
      |                  ^
libsc68/desa68/desa68.c:1588:12: warning: multi-character character constant [-Wmultichar]
 1588 |     inst = 'EOR';
      |            ^
libsc68/desa68/desa68.c:1593:12: warning: multi-character character constant [-Wmultichar]
 1593 |     inst = 'CMP';
      |            ^
libsc68/desa68/desa68.c:1650:16: warning: multi-character character constant [-Wmultichar]
 1650 |   desa_ascii(d,'EXG');
      |                ^
libsc68/desa68/desa68.c:1667:36: warning: multi-character character constant [-Wmultichar]
 1667 |   desa_ascii(d, BTST(d->_opw,14) ? 'MUL' : 'DIV');
      |                                    ^
libsc68/desa68/desa68.c:1667:44: warning: multi-character character constant [-Wmultichar]
 1667 |   desa_ascii(d, BTST(d->_opw,14) ? 'MUL' : 'DIV');
      |                                            ^
libsc68/desa68/desa68.c:1689:35: warning: multi-character character constant [-Wmultichar]
 1689 |   desa_dn_ae(d, (d->_line==0xC) ? 'AND' : 'OR');
      |                                   ^
libsc68/desa68/desa68.c:1689:43: warning: multi-character character constant [-Wmultichar]
 1689 |   desa_dn_ae(d, (d->_line==0xC) ? 'AND' : 'OR');
      |                                           ^
libsc68/desa68/desa68.c:1763:36: warning: multi-character character constant [-Wmultichar]
 1763 |   desa_dn_ae(d, BTST(d->_opw,14) ? 'ADD' : 'SUB');
      |                                    ^
libsc68/desa68/desa68.c:1763:44: warning: multi-character character constant [-Wmultichar]
 1763 |   desa_dn_ae(d, BTST(d->_opw,14) ? 'ADD' : 'SUB');
      |                                            ^
libsc68/desa68/desa68.c:1792:31: warning: multi-character character constant [-Wmultichar]
 1792 |   static u16 shf_ascii[4] = { 'AS', 'LS', 'RO', 'RO' };
      |                               ^
libsc68/desa68/desa68.c:1792:37: warning: multi-character character constant [-Wmultichar]
 1792 |   static u16 shf_ascii[4] = { 'AS', 'LS', 'RO', 'RO' };
      |                                     ^
libsc68/desa68/desa68.c:1792:43: warning: multi-character character constant [-Wmultichar]
 1792 |   static u16 shf_ascii[4] = { 'AS', 'LS', 'RO', 'RO' };
      |                                           ^
libsc68/desa68/desa68.c:1792:49: warning: multi-character character constant [-Wmultichar]
 1792 |   static u16 shf_ascii[4] = { 'AS', 'LS', 'RO', 'RO' };
      |                                                 ^
86 warnings generated.
6 warnings generated.
medialibscanner.c:101:37: warning: format specifies type 'long long *' but the argument has type 'int64_t *' (aka 'long *') [-Wformat]
  101 |     if (sscanf (stimestamp, "%lld", ×tamp) != 1) {
      |                              ~~~~   ^~~~~~~~~~
      |                              %ld
medialibscanner.c:271:56: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
  271 |     snprintf (stimestamp, sizeof (stimestamp), "%lld", (int64_t)timestamp);
      |                                                 ~~~~   ^~~~~~~~~~~~~~~~~~
      |                                                 %ld
/usr/include/bits/stdio2.h:78:31: note: expanded from macro 'snprintf'
   78 |                             __glibc_objsize (str), __VA_ARGS__)
      |                                                    ^~~~~~~~~~~
2 warnings generated.
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
cueutil.c:238:27: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  238 |         if (!strncasecmp (p, "FILE ", 5)) {
      |                           ^
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:241:27: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  241 |         if (!strncasecmp (p, "TRACK ", 6)) {
      |                           ^
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:333:23: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  333 |     if (!strncasecmp (cue->p, "FILE ", 5)) {
      |                       ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:342:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  342 |     else if (!strncasecmp (cue->p, "TRACK ", 6)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:347:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  347 |     else if (!strncasecmp (cue->p, "PERFORMER ", 10)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:357:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  357 |     else if (!strncasecmp (cue->p, "SONGWRITER ", 11)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:367:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  367 |     else if (!strncasecmp (cue->p, "TITLE ", 6)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:377:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  377 |     else if (!strncasecmp (cue->p, "REM REPLAYGAIN_ALBUM_GAIN ", 26)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:378:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  378 |         pl_get_value_from_cue (cue->p + 26, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_REPLAYGAIN_ALBUM_GAIN]);
      |                                ^~~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cuconf.ce :(80c:o14n:st  cwarning: har initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]*
p, i   n80t s | z,  c h ar  u*oiut)n {
      | t                                   ^
8_t *cueutil.cs:t381r: 28=:  bwarning: upassing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
f  381f | e  r ; 
el      s| e             ^     ~~~~~~ 
if (!strncasecmp (cue->p, "REM REPLAYGAIN_ALBUM_PEAK ", 26)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120conf.c | e:xt153er:n 23int:  swarning: trpassing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]n
cas  ec153m | p   (co n s_tc ocnhfa_rl o*a_d__sb1u,f fceonrs(tb ucfhfaerr )*;_
_      s| 2,                      ^~~~~~ 
siconf.cz:e_79t :__26n:)
       note: |                                     ^passing argument to parameter 'buffer' here

   79 | _concueutil.cf:_382l:o32: awarning: dpassing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]_
bu  f382f | e r   ( c   h aprl _*gbeutf_fvaelru)e _{f
ro      m| _                         ^c
ue (cue->p + 26, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_REPLAYGAIN_ALBUM_PEAK]);
      |                                ^~~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:385:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  385 |     else if (!strncasecmp (cue->p, "REM REPLAYGAIN_TRACK_GAIN ", 26)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:386:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  386 |         pl_get_value_from_cue (cue->p + 26, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_REPLAYGAIN_TRACK_GAIN]);
      |                                ^~~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:389:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  389 |     else if (!strncasecmp (cue->p, "REM REPLAYGAIN_TRACK_PEAK ", 26)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:390:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  390 |         pl_get_value_from_cue (cue->p + 26, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_REPLAYGAIN_TRACK_PEAK]);
      |                                ^~~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:393:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  393 |     else if (!strncasecmp (cue->p, "PREGAP ", 7)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:394:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  394 |         pl_get_value_from_cue (cue->p + 7, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_PREGAP]);
      |                                ^~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:397:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  397 |     else if (!strncasecmp (cue->p, "INDEX 00 ", 9)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:398:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  398 |         pl_get_value_from_cue (cue->p + 9, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_INDEX00]);
      |                                ^~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:401:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  401 |     else if (!strncasecmp (cue->p, "INDEX 01 ", 9)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:402:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  402 |         pl_get_value_from_cue (cue->p + 9, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_INDEX01]);
      |                                ^~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:405:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  405 |     else if (!strncasecmp (cue->p, "INDEX ", 6)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:408:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  408 |         pl_get_value_from_cue (cue->p + 9, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_INDEX01]);
      |                                ^~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:411:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  411 |     else if (!strncasecmp (cue->p, "ISRC ", 5)) {
      |                            ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:412:32: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  412 |         pl_get_value_from_cue (cue->p + 5, CUE_FIELD_LEN, cue->cuefields[CUE_FIELD_ISRC]);
      |                                ^~~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
cueutil.c:418:31: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  418 |             if (!strncasecmp (cue->p, cue_field_map[m], strlen(cue_field_map[m]))) {
      |                               ^~~~~~
/usr/include/strings.h:120:37: note: passing argument to parameter '__s1' here
  120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
      |                                     ^
cueutil.c:817:40: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  817 |     cue.charset = junk_detect_charset (buffer);
      |                                        ^~~~~~
./junklib.h:117:34: note: passing argument to parameter 's' here
  117 | junk_detect_charset (const char *s);
      |                                  ^
cueutil.c:924:36: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  924 |             pl_get_value_from_cue (cue.p + 6, CUE_FIELD_LEN, cue.cuefields[CUE_FIELD_TRACK]);
      |                                    ^~~~~~~~~
cueutil.c:197:36: note: passing argument to parameter 'p' here
  197 | pl_get_value_from_cue (const char *p, int sz, char *out) {
      |                                    ^
2 warnings generated.
28 warnings generated.
junklib.c:973:26: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  973 |     size_t len = strlen (str);
      |                          ^~~
/usr/include/string.h:407:35: note: passing argument to parameter '__s' here
  407 | extern size_t strlen (const char *__s)
      |                                   ^
junklib.c:1018:25: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1018 |         if (junk_iconv (str, size, out, (int)sizeof (out), "shift-jis", UTF8_STR) >= 0) {
      |                         ^~~
junklib.c:699:25: note: passing argument to parameter 'in' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                         ^
junklib.c:1018:36: warning: passing 'unsigned char[size * 4]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1018 |         if (junk_iconv (str, size, out, (int)sizeof (out), "shift-jis", UTF8_STR) >= 0) {
      |                                    ^~~
junklib.c:699:46: note: passing argument to parameter 'out' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                                              ^
junklib.c:1046:33: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const signed char *' converts between pointers to integer types with different sign [-Wpointer-sign]
 1046 |         else if (can_be_cp1251 (str, sz)) {
      |                                 ^~~
junklib.c:939:35: note: passing argument to parameter 'str' here
  939 | can_be_cp1251 (const signed char *str, int size) {
      |                                   ^
junklib.c:1090:37: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1090 |     if ((converted_sz = junk_iconv (str, sz, out, outlen, enc, UTF8_STR)) < 0) {
      |                                     ^~~
junklib.c:699:25: note: passing argument to parameter 'in' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                         ^
junklib.c:1175:21: warning: passing 'char[31]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1175 |     str_trim_right (title, 30);
      |                     ^~~~~
junklib.c:1129:26: note: passing argument to parameter 'str' here
 1129 | str_trim_right (uint8_t *str, int len) {
      |                          ^
junklib.c:1177:21: warning: passing 'char[31]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1177 |     str_trim_right (artist, 30);
      |                     ^~~~~~
junklib.c:1129:26: note: passing argument to parameter 'str' here
 1129 | str_trim_right (uint8_t *str, int len) {
      |                          ^
junklib.c:1179:21: warning: passing 'char[31]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1179 |     str_trim_right (album, 30);
      |                     ^~~~~
junklib.c:1129:26: note: passing argument to parameter 'str' here
 1129 | str_trim_right (uint8_t *str, int len) {
      |                          ^
junklib.c:1181:21: warning: passing 'char[5]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1181 |     str_trim_right (year, 4);
      |                     ^~~~
junklib.c:1129:26: note: passing argument to parameter 'str' here
 1129 | str_trim_right (uint8_t *str, int len) {
      |                          ^
junklib.c:1183:21: warning: passing 'char[31]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1183 |     str_trim_right (comment, 30);
      |                     ^~~~~~~
junklib.c:1129:26: note: passing argument to parameter 'str' here
 1129 | str_trim_right (uint8_t *str, int len) {
      |                          ^
junklib.c:1265:37: warning: passing 'uint8_t[128]' (aka 'unsigned char[128]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1265 |     return junk_id3v1_read_int (it, id3, NULL);
      |                                     ^~~
junklib.c:1139:44: note: passing argument to parameter 'buffer' here
 1139 | junk_id3v1_read_int (playItem_t *it, char *buffer, const char **charset) {
      |                                            ^
junklib.c:1493:18: warning: passing 'uint8_t[32]' (aka 'unsigned char[32]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1493 |     if (strncmp (header, "APETAGEX", 8)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1501:22: warning: passing 'uint8_t[32]' (aka 'unsigned char[32]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1501 |         if (strncmp (header, "APETAGEX", 8)) {
      |                      ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1605:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1605 |             if (!u8_valid (value, itemsize, NULL)) {
      |                            ^~~~~
./utf8.h:122:28: note: passing argument to parameter 'str' here
  122 | int u8_valid (const char  *str,
      |                            ^
junklib.c:1614:50: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1614 |                         junk_add_track_meta (it, value);
      |                                                  ^~~~~
junklib.c:1557:50: note: passing argument to parameter 'track' here
 1557 | junk_add_track_meta (playItem_t *it, const char *track) {
      |                                                  ^
junklib.c:1617:49: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1617 |                         junk_add_disc_meta (it, value);
      |                                                 ^~~~~
junklib.c:1570:49: note: passing argument to parameter 'disc' here
 1570 | junk_add_disc_meta (playItem_t *it, const char *disc) {
      |                                                 ^
junklib.c:1621:76: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1621 |                         pl_append_meta_full (it, frame_mapping[m+MAP_DDB], value, itemsize+1);
      |                                                                            ^~~~~
./plmeta.h:19:67: note: passing argument to parameter 'value' here
   19 | pl_append_meta_full (playItem_t *it, const char *key, const char *value, int valuesize);
      |                                                                   ^
junklib.c:1631:88: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1631 |                     pl_set_item_replaygain (it, DDB_REPLAYGAIN_ALBUMGAIN, (float)atof (value));
      |                                                                                        ^~~~~
/usr/include/bits/stdlib-float.h:25:26: note: passing argument to parameter '__nptr' here
   25 | __NTH (atof (const char *__nptr))
      |                          ^
junklib.c:1635:88: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1635 |                     pl_set_item_replaygain (it, DDB_REPLAYGAIN_ALBUMPEAK, (float)atof (value));
      |                                                                                        ^~~~~
/usr/include/bits/stdlib-float.h:25:26: note: passing argument to parameter '__nptr' here
   25 | __NTH (atof (const char *__nptr))
      |                          ^
junklib.c:1639:88: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1639 |                     pl_set_item_replaygain (it, DDB_REPLAYGAIN_TRACKGAIN, (float)atof (value));
      |                                                                                        ^~~~~
/usr/include/bits/stdlib-float.h:25:26: note: passing argument to parameter '__nptr' here
   25 | __NTH (atof (const char *__nptr))
      |                          ^
junklib.c:1643:88: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1643 |                     pl_set_item_replaygain (it, DDB_REPLAYGAIN_TRACKPEAK, (float)atof (value));
      |                                                                                        ^~~~~
/usr/include/bits/stdlib-float.h:25:26: note: passing argument to parameter '__nptr' here
   25 | __NTH (atof (const char *__nptr))
      |                          ^
junklib.c:1648:51: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1648 |                     pl_append_meta_full (it, key, value, itemsize+1);
      |                                                   ^~~~~
./plmeta.h:19:67: note: passing argument to parameter 'value' here
   19 | pl_append_meta_full (playItem_t *it, const char *key, const char *value, int valuesize);
      |                                                                   ^
junklib.c:1666:40: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1666 |     uint32_t version = extract_i32_le (&header[0]);
      |                                        ^~~~~~~~~~
junklib.c:178:32: note: passing argument to parameter 'buf' here
  178 | extract_i32_le (unsigned char *buf)
      |                                ^
junklib.c:1667:36: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1667 |     int32_t size = extract_i32_le (&header[4]);
      |                                    ^~~~~~~~~~
junklib.c:178:32: note: passing argument to parameter 'buf' here
  178 | extract_i32_le (unsigned char *buf)
      |                                ^
junklib.c:1668:41: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1668 |     uint32_t numitems = extract_i32_le (&header[8]);
      |                                         ^~~~~~~~~~
junklib.c:178:32: note: passing argument to parameter 'buf' here
  178 | extract_i32_le (unsigned char *buf)
      |                                ^
junklib.c:1669:38: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1669 |     uint32_t flags = extract_i32_le (&header[12]);
      |                                      ^~~~~~~~~~~
junklib.c:178:32: note: passing argument to parameter 'buf' here
  178 | extract_i32_le (unsigned char *buf)
      |                                ^
junklib.c:1686:18: warning: initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1686 |         uint8_t *buffer = mem;
      |                  ^        ~~~
junklib.c:1750:18: warning: passing 'uint8_t[32]' (aka 'unsigned char[32]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1750 |     if (strncmp (header, "APETAGEX", 8)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1758:22: warning: passing 'uint8_t[32]' (aka 'unsigned char[32]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1758 |         if (strncmp (header, "APETAGEX", 8)) {
      |                      ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1873:18: warning: passing 'uint8_t[10]' (aka 'unsigned char[10]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1873 |     if (strncmp (header, "ID3", 3)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1900:18: warning: passing 'uint8_t[10]' (aka 'unsigned char[10]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1900 |     if (strncmp (header, "ID3", 3)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1927:18: warning: passing 'uint8_t[10]' (aka 'unsigned char[10]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1927 |     if (strncmp (header, "ID3", 3)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:1977:18: warning: passing 'uint8_t[32]' (aka 'unsigned char[32]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1977 |     if (strncmp (header, "APETAGEX", 8)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:2083:49: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2083 |         outlen = junk_iconv (value, (int)inlen, out, (int)bufsize, UTF8_STR, "cp1252");
      |                                                 ^~~
junklib.c:699:46: note: passing argument to parameter 'out' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                                              ^
junklib.c:2085:53: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2085 |             outlen = junk_iconv (value, (int)inlen, out+2, (int)(bufsize - 2), UTF8_STR, "UCS-2LE");
      |                                                     ^~~~~
junklib.c:699:46: note: passing argument to parameter 'out' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                                              ^
junklib.c:2282:27: warning: passing 'uint8_t[len]' (aka 'unsigned char[len]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2282 |         res = junk_iconv (buffer, (int)len, out, (int)outsize, UTF8_STR, "iso8859-1");
      |                           ^~~~~~
junklib.c:699:25: note: passing argument to parameter 'in' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) main.c{:
772      :| 62                        ^:
 warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]junklib.c
:2282  :77245 | :   warning:  passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 
s2  =2282  | a c c e p t   ( srrevs_ s=o cjkuentk,_ i(csotnrvu c(tb usfofcekra,d d(ri n*t))&lsernv,_ roeumto,t e(,i n&tt))o;u
t      s| i                                                             ^~z
e,/usr/include/sys/socket.h :U307T:F288:_ Snote: Tpassing argument to parameter '__addr_len' hereR
,   307" | i        s        o 8 8 5s9o-c1k"l)e;n
_      t|                                              ^~~*
__junklib.cr:e699s:t46r:i cnote: tpassing argument to parameter 'out' here 
_  _699a | djdurn_kl_einc)o;n
v       | (                                         ^c
onst char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                                              ^
junklib.c:2284:31: warning: passing 'uint8_t[len]' (aka 'unsigned char[len]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2284 |             res = junk_iconv (buffer, (int)len, out+2, (int)(outsize - 2), UTF8_STR, "UCS-2LE");
      |                               ^~~~~~
junklib.c:699:25: note: passing argument to parameter 'in' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                         ^
junklib.c:2284:49: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2284 |             res = junk_iconv (buffer, (int)len, out+2, (int)(outsize - 2), UTF8_STR, "UCS-2LE");
      |                                                 ^~~~~
junklib.c:699:46: note: passing argument to parameter 'out' here
  699 | junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, const char *cs_out) {
      |                                              ^
main.c:1539:38: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
 1539 |     s = db_socket_set_unix (&remote, &len);
      |                                      ^~~~
main.c:638:54: note: passing argument to parameter 'len' here
  638 | db_socket_set_unix (struct sockaddr_un *remote, int *len) {
      |                                                      ^
junklib.c:3609:11: warning: initializing 'char *' with an expression of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3609 |     char *writeptr = data;
      |           ^          ~~~~
junklib.c:3735:22: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3735 |     if (!strcasecmp (rva_desc, "album")) {
      |                      ^~~~~~~~
/usr/include/strings.h:116:36: note: passing argument to parameter '__s1' here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |                                    ^
junklib.c:3743:27: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3743 |     else if (!strcasecmp (rva_desc, "track")) {
      |                           ^~~~~~~~
/usr/include/strings.h:116:36: note: passing argument to parameter '__s1' here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |                                    ^
junklib.c:3757:11: warning: initializing 'char *' with an expression of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3757 |     char *owner = readptr;
      |           ^       ~~~~~~~
junklib.c:3834:11: warning: initializing 'char *' with an expression of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3834 |     char *email = readptr;
      |           ^       ~~~~~~~
junklib.c:3879:56: warning: passing 'uint8_t[0]' (aka 'unsigned char[0]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3879 |         if (!strcmp (frame->id, "POPM") && !strcasecmp(frame->data, wmp_popm_email)) {
      |                                                        ^~~~~~~~~~~
/usr/include/strings.h:116:36: note: passing argument to parameter '__s1' here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |                                    ^
junklib.c:3907:13: warning: passing 'uint8_t[0]' (aka 'unsigned char[0]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3907 |     strcpy (frame->data, email);
      |             ^~~~~~~~~~~
/usr/include/bits/string_fortified.h:77:33: note: passing argument to parameter '__dest' here
   77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
      |                                 ^
junklib.c:3922:79: warning: passing 'uint8_t[0]' (aka 'unsigned char[0]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3922 |         if (!strcmp (f->id, frame_id) && f->size >= strlen(owner) && !strcmp (f->data, owner)) {
      |                                                                               ^~~~~~~
/usr/include/string.h:156:32: note: passing argument to parameter '__s1' here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                                ^
junklib.c:4296:18: warning: passing 'uint8_t[10]' (aka 'unsigned char[10]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4296 |     if (strncmp (header, "ID3", 3)) {
      |                  ^~~~~~
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
junklib.c:4664:57: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4664 |     if (enable_shift_jis_detection && can_be_shift_jis (s, len)) {
      |                                                         ^
junklib.c:993:40: note: passing argument to parameter 'str' here
  993 | can_be_shift_jis (const unsigned char *str, int size) {
      |                                        ^
junklib.c:4668:25: warning: passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4668 |     if (can_be_chinese (s, len)) {
      |                         ^
junklib.c:969:32: note: passing argument to parameter 'str' here
  969 | can_be_chinese (const uint8_t *str, int sz) {
      |                                ^
junklib.c:4672:24: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4672 |     if (can_be_cp1251 (s, len)) {
      |                        ^
junklib.c:939:35: note: passing argument to parameter 'str' here
  939 | can_be_cp1251 (const signed char *str, int size) {
      |                                   ^
junklib.c:4870:41: warning: passing 'uint8_t[0]' (aka 'unsigned char[0]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4870 |                         if (!strcasecmp(frame->data, wmp_popm_email)) {
      |                                         ^~~~~~~~~~~
/usr/include/strings.h:116:36: note: passing argument to parameter '__s1' here
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |                                    ^
junklib.c:4881:33: warning: initializing 'const char *' with an expression of type 'uint8_t[0]' (aka 'unsigned char[0]') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 4881 |                     const char *email = frame_popm->data;
      |                                 ^       ~~~~~~~~~~~~~~~~
2 warnings generated.
plugins.c:229:6: warning: 'streamer_get_playing_track' is deprecated: since deadbeef API 1.16 [-Wdeprecated-declarations]
  229 |     .streamer_get_playing_track = (DB_playItem_t *(*) (void))streamer_get_playing_track_unsafe,
      |      ^
../include/deadbeef/deadbeef.h:885:57: note: 'streamer_get_playing_track' has been explicitly marked deprecated here
  885 |     DB_playItem_t *(*streamer_get_playing_track) (void) DEPRECATED_116;
      |                                                         ^
../include/deadbeef/deadbeef.h:157:24: note: expanded from macro 'DEPRECATED_116'
  157 | #define DEPRECATED_116 DDB_DEPRECATED("since deadbeef API 1.16")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:243:6: warning: 'get_config_dir' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  243 |     .get_config_dir = plug_get_config_dir,
      |      ^
../include/deadbeef/deadbeef.h:903:42: note: 'get_config_dir' has been explicitly marked deprecated here
  903 |     const char *(*get_config_dir) (void) DEPRECATED_18; // installdir/config | $XDG_CONFIG_HOME/.config/deadbeef
      |                                          ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:244:6: warning: 'get_prefix' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  244 |     .get_prefix = plug_get_prefix,
      |      ^
../include/deadbeef/deadbeef.h:904:38: note: 'get_prefix' has been explicitly marked deprecated here
  904 |     const char *(*get_prefix) (void) DEPRECATED_18; // installdir | PREFIX
      |                                      ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:245:6: warning: 'get_doc_dir' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  245 |     .get_doc_dir = plug_get_doc_dir,
      |      ^
../include/deadbeef/deadbeef.h:905:39: note: 'get_doc_dir' has been explicitly marked deprecated here
  905 |     const char *(*get_doc_dir) (void) DEPRECATED_18; // installdir/doc | DOCDIR
      |                                       ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:246:6: warning: 'get_plugin_dir' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  246 |     .get_plugin_dir = plug_get_plugin_dir,
      |      ^
../include/deadbeef/deadbeef.h:906:42: note: 'get_plugin_dir' has been explicitly marked deprecated here
  906 |     const char *(*get_plugin_dir) (void) DEPRECATED_18; // installdir/plugins | LIBDIR/deadbeef
      |                                          ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:247:6: warning: 'get_pixmap_dir' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  247 |     .get_pixmap_dir = plug_get_pixmap_dir,
      |      ^
../include/deadbeef/deadbeef.h:907:42: note: 'get_pixmap_dir' has been explicitly marked deprecated here
  907 |     const char *(*get_pixmap_dir) (void) DEPRECATED_18; // installdir/pixmaps | PREFIX "/share/deadbeef/pixmaps"
      |                                          ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:268:6: warning: 'plt_get_head' is deprecated: since deadbeef API 1.13 [-Wdeprecated-declarations]
  268 |     .plt_get_head = (DB_playItem_t * (*) (int plt))plt_get_head,
      |      ^
../include/deadbeef/deadbeef.h:938:47: note: 'plt_get_head' has been explicitly marked deprecated here
  938 |     DB_playItem_t * (*plt_get_head) (int plt) DEPRECATED_113;
      |                                               ^
../include/deadbeef/deadbeef.h:175:24: note: expanded from macro 'DEPRECATED_113'
  175 | #define DEPRECATED_113 DDB_DEPRECATED("since deadbeef API 1.13")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:280:6: warning: 'plt_load' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  280 |     .plt_load = (DB_playItem_t * (*) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data))plt_load,
      |      ^
../include/deadbeef/deadbeef.h:969:168: note: 'plt_load' has been explicitly marked deprecated here
  969 |     DB_playItem_t * (*plt_load) (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15;
      |                                                                                                                                                                        ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:305:6: warning: 'plt_insert_file' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  305 |     .plt_insert_file = (DB_playItem_t *(*) (ddb_playlist_t *playlist, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data))plt_insert_file,
      |      ^
../include/deadbeef/deadbeef.h:1034:180: note: 'plt_insert_file' has been explicitly marked deprecated here
 1034 |     DB_playItem_t * (*plt_insert_file) (ddb_playlist_t *playlist, DB_playItem_t *after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15;
      |                                                                                                                                                                                    ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:306:6: warning: 'plt_insert_dir' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  306 |     .plt_insert_dir = (DB_playItem_t *(*) (ddb_playlist_t *plt, DB_playItem_t *after, const char *dirname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data))plt_insert_dir,
      |      ^
../include/deadbeef/deadbeef.h:1035:175: note: 'plt_insert_dir' has been explicitly marked deprecated here
 1035 |     DB_playItem_t *(*plt_insert_dir) (ddb_playlist_t *plt, DB_playItem_t *after, const char *dirname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15;
      |                                                                                                                                                                               ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:321:6: warning: 'plt_add_file' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  321 |     .plt_add_file = (int (*) (ddb_playlist_t *plt, const char *, int (*cb)(DB_playItem_t *it, void *data), void *))plt_add_file,
      |      ^
../include/deadbeef/deadbeef.h:1065:125: note: 'plt_add_file' has been explicitly marked deprecated here
 1065 |     int (*plt_add_file) (ddb_playlist_t *plt, const char *fname, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15;
      |                                                                                                                             ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:322:6: warning: 'plt_add_dir' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  322 |     .plt_add_dir = (int (*) (ddb_playlist_t *plt, const char *dirname, int (*cb)(DB_playItem_t *it, void *data), void *user_data))plt_add_dir,
      |      ^
../include/deadbeef/deadbeef.h:1066:126: note: 'plt_add_dir' has been explicitly marked deprecated here
 1066 |     int (*plt_add_dir) (ddb_playlist_t *plt, const char *dirname, int (*cb)(DB_playItem_t *it, void *data), void *user_data) DEPRECATED_15;
      |                                                                                                                              ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:323:6: warning: 'pl_add_files_begin' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  323 |     .pl_add_files_begin = (int (*) (ddb_playlist_t *plt))pl_add_files_begin,
      |      ^
../include/deadbeef/deadbeef.h:1093:53: note: 'pl_add_files_begin' has been explicitly marked deprecated here
 1093 |     int (*pl_add_files_begin) (ddb_playlist_t *plt) DEPRECATED_15;
      |                                                     ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:324:6: warning: 'pl_add_files_end' is deprecated: since deadbeef API 1.5 [-Wdeprecated-declarations]
  324 |     .pl_add_files_end = pl_add_files_end,
      |      ^
../include/deadbeef/deadbeef.h:1097:37: note: 'pl_add_files_end' has been explicitly marked deprecated here
 1097 |     void (*pl_add_files_end) (void) DEPRECATED_15;
      |                                     ^
../include/deadbeef/deadbeef.h:223:23: note: expanded from macro 'DEPRECATED_15'
  223 | #define DEPRECATED_15 DDB_DEPRECATED("since deadbeef API 1.5")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:332:6: warning: 'plt_sort' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  332 |     .plt_sort = (void (*) (ddb_playlist_t *plt, int iter, int id, const char *format, int order))plt_sort,
      |      ^
../include/deadbeef/deadbeef.h:1062:93: note: 'plt_sort' has been explicitly marked deprecated here
 1062 |     void (*plt_sort) (ddb_playlist_t *plt, int iter, int id, const char *format, int order) DEPRECATED_18;
      |                                                                                             ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:362:6: warning: 'pl_format_title' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  362 |     .pl_format_title = (int (*) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt))pl_format_title,
      |      ^
../include/deadbeef/deadbeef.h:1194:101: note: 'pl_format_title' has been explicitly marked deprecated here
 1194 |     int (*pl_format_title) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt) DEPRECATED_18;
      |                                                                                                     ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:363:6: warning: 'pl_format_title_escaped' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  363 |     .pl_format_title_escaped = (int (*) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt))pl_format_title_escaped,
      |      ^
../include/deadbeef/deadbeef.h:1197:109: note: 'pl_format_title_escaped' has been explicitly marked deprecated here
 1197 |     int (*pl_format_title_escaped) (DB_playItem_t *it, int idx, char *s, int size, int id, const char *fmt) DEPRECATED_18;
      |                                                                                                             ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:384:6: warning: 'plt_insert_cue_from_buffer' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
  384 |     .plt_insert_cue_from_buffer = (DB_playItem_t *(*) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate))plt_insert_cue_from_buffer,
      |      ^
../include/deadbeef/deadbeef.h:1069:188: note: 'plt_insert_cue_from_buffer' has been explicitly marked deprecated here
 1069 |     DB_playItem_t *(*plt_insert_cue_from_buffer) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, const uint8_t *buffer, int buffersize, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                                                                            ^
../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:385:6: warning: 'plt_insert_cue' is deprecated: since deadbeef API 1.10 [-Wdeprecated-declarations]
  385 |     .plt_insert_cue = (DB_playItem_t *(*)(ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate))plt_insert_cue,
      |      ^
../include/deadbeef/deadbeef.h:1070:138: note: 'plt_insert_cue' has been explicitly marked deprecated here
 1070 |     DB_playItem_t * (*plt_insert_cue) (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, int numsamples, int samplerate) DEPRECATED_110;
      |                                                                                                                                          ^
../include/deadbeef/deadbeef.h:193:24: note: expanded from macro 'DEPRECATED_110'
  193 | #define DEPRECATED_110 DDB_DEPRECATED("since deadbeef API 1.10")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:387:6: warning: 'pl_playqueue_push' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  387 |     .pl_playqueue_push = (int (*) (DB_playItem_t *))playqueue_push,
      |      ^
../include/deadbeef/deadbeef.h:1235:50: note: 'pl_playqueue_push' has been explicitly marked deprecated here
 1235 |     int (*pl_playqueue_push) (DB_playItem_t *it) DEPRECATED_18;
      |                                                  ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:388:6: warning: 'pl_playqueue_clear' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  388 |     .pl_playqueue_clear = playqueue_clear,
      |      ^
../include/deadbeef/deadbeef.h:1236:39: note: 'pl_playqueue_clear' has been explicitly marked deprecated here
 1236 |     void (*pl_playqueue_clear) (void) DEPRECATED_18;
      |                                       ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:389:6: warning: 'pl_playqueue_pop' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  389 |     .pl_playqueue_pop = playqueue_pop,
      |      ^
../include/deadbeef/deadbeef.h:1237:37: note: 'pl_playqueue_pop' has been explicitly marked deprecated here
 1237 |     void (*pl_playqueue_pop) (void) DEPRECATED_18;
      |                                     ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:390:6: warning: 'pl_playqueue_remove' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  390 |     .pl_playqueue_remove = (void (*) (DB_playItem_t *))playqueue_remove,
      |      ^
../include/deadbeef/deadbeef.h:1238:53: note: 'pl_playqueue_remove' has been explicitly marked deprecated here
 1238 |     void (*pl_playqueue_remove) (DB_playItem_t *it) DEPRECATED_18;
      |                                                     ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:391:6: warning: 'pl_playqueue_test' is deprecated: since deadbeef API 1.8 [-Wdeprecated-declarations]
  391 |     .pl_playqueue_test = (int (*) (DB_playItem_t *))playqueue_test,
      |      ^
../include/deadbeef/deadbeef.h:1239:50: note: 'pl_playqueue_test' has been explicitly marked deprecated here
 1239 |     int (*pl_playqueue_test) (DB_playItem_t *it) DEPRECATED_18;
      |                                                  ^
../include/deadbeef/deadbeef.h:205:23: note: expanded from macro 'DEPRECATED_18'
  205 | #define DEPRECATED_18 DDB_DEPRECATED("since deadbeef API 1.8")
      |                       ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:485:6: warning: 'metacache_ref' is deprecated: since deadbeef API 1.13 [-Wdeprecated-declarations]
  485 |     .metacache_ref = metacache_ref,
      |      ^
../include/deadbeef/deadbeef.h:1368:45: note: 'metacache_ref' has been explicitly marked deprecated here
 1368 |     void (*metacache_ref) (const char *str) DEPRECATED_113;
      |                                             ^
../include/deadbeef/deadbeef.h:175:24: note: expanded from macro 'DEPRECATED_113'
  175 | #define DEPRECATED_113 DDB_DEPRECATED("since deadbeef API 1.13")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:486:6: warning: 'metacache_unref' is deprecated: since deadbeef API 1.13 [-Wdeprecated-declarations]
  486 |     .metacache_unref = metacache_unref,
      |      ^
../include/deadbeef/deadbeef.h:1369:47: note: 'metacache_unref' has been explicitly marked deprecated here
 1369 |     void (*metacache_unref) (const char *str) DEPRECATED_113;
      |                                               ^
../include/deadbeef/deadbeef.h:175:24: note: expanded from macro 'DEPRECATED_113'
  175 | #define DEPRECATED_113 DDB_DEPRECATED("since deadbeef API 1.13")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:498:6: warning: 'vis_spectrum_listen' is deprecated: since deadbeef API 1.15 [-Wdeprecated-declarations]
  498 |     .vis_spectrum_listen = _viz_spectrum_listen_stub,
      |      ^
../include/deadbeef/deadbeef.h:1406:104: note: 'vis_spectrum_listen' has been explicitly marked deprecated here
 1406 |     void (*vis_spectrum_listen) (void *ctx, void (*callback)(void *ctx, const ddb_audio_data_t *data)) DEPRECATED_115;
      |                                                                                                        ^
../include/deadbeef/deadbeef.h:163:24: note: expanded from macro 'DEPRECATED_115'
  163 | #define DEPRECATED_115 DDB_DEPRECATED("since deadbeef API 1.15")
      |                        ^
../include/deadbeef/deadbeef.h:111:46: note: expanded from macro 'DDB_DEPRECATED'
  111 | #   define DDB_DEPRECATED(x) __attribute__ ((deprecated(x)))
      |                                              ^
plugins.c:685:22: warning: passing 'const char *' to parameter of type 'const md5_byte_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  685 |     md5_append (&st, in, len);
      |                      ^~
./md5/md5.h:84:53: note: passing argument to parameter 'data' here
   84 | void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes);
      |                                                     ^
plugins.c:1019:32: warning: initializing 'const uint8_t *' (aka 'const unsigned char *') with an expression of type 'char[1000]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1019 |                 const uint8_t *p = conf_blacklist_plugins;
      |                                ^   ~~~~~~~~~~~~~~~~~~~~~~
plugins.c:1026:39: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1026 |                         if (!strncmp (p, d_name, e-p)) {
      |                                       ^
/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                 ^
tf.c:442:25: warning: passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'int32_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  442 |         u8_nextchar (p, &i);
      |                         ^~
./utf8.h:59:46: note: passing argument to parameter 'i' here
   59 | uint32_t u8_nextchar(const char *s, int32_t *i);
      |                                              ^
tf.c:446:29: warning: passing 'char *' to parameter of type 'const signed char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  446 |         int l = u8_toupper (p, i, pout);
      |                             ^
./utf8.h:130:32: note: passing argument to parameter 'c' here
  130 | u8_toupper (const signed char *c, int l, char *out);
      |                                ^
tf.c:472:25: warning: passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'int32_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  472 |         u8_nextchar (p, &i);
      |                         ^~
./utf8.h:59:46: note: passing argument to parameter 'i' here
   59 | uint32_t u8_nextchar(const char *s, int32_t *i);
      |                                              ^
tf.c:476:29: warning: passing 'char *' to parameter of type 'const signed char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  476 |         int l = u8_tolower (p, i, pout);
      |                             ^
./utf8.h:127:32: note: passing argument to parameter 'c' here
  127 | u8_tolower (const signed char *c, int l, char *out);
      |                                ^
30 warnings generated.
tf.c:3787:11: warning: initializing 'char *' with an expression of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3787 |     char *start = c->o;
      |           ^       ~~~~
tf.c:3829:11: warning: initializing 'char *' with an expression of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3829 |     char *start = c->o;
      |           ^       ~~~~
53 warnings generated.
6 warnings generated.
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
libtool: warning: remember to run 'libtool --finish /usr/lib/deadbeef'
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
*** 0 error(s), 6 warning(s)