andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
528 stars 49 forks source link

[Unresolved Warning] Missing format argument #294

Closed 4LT closed 8 months ago

4LT commented 8 months ago
in_sdl.c:310:45: warning: format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
  310 |         Con_Printf ("Using controller: %s (%x)\n", controllername);
      |                                            ~^
      |                                             |
      |                                             unsigned int

Compiler: GCC

andrei-drexler commented 8 months ago

Fixed in bd8891cb9bbb52f8c54bd23ca855ea43e109a150, thanks!