Enable -Wunused-function warning

This commit is contained in:
Nekotekina 2021-02-15 14:34:10 +03:00
parent 4c1026436f
commit 8e6e57de86
14 changed files with 18 additions and 94 deletions

View file

@ -19,6 +19,10 @@
LOG_CHANNEL(cellSpurs);
#ifndef _MSC_VER
#pragma GCC diagnostic ignored "-Wunused-function"
#endif
//----------------------------------------------------------------------------
// Function prototypes
//----------------------------------------------------------------------------