diff options
Diffstat (limited to 'module-template.h')
-rw-r--r-- | module-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h index 8b6bedde..d5e142b4 100644 --- a/module-template.h +++ b/module-template.h @@ -34,7 +34,7 @@ /* macro to define standard output-module static data members */ #define DEF_MOD_STATIC_DATA \ - static rsRetVal (*omsdRegCFSLineHdlr)(); + static __attribute__((unused)) rsRetVal (*omsdRegCFSLineHdlr)(); #define DEF_OMOD_STATIC_DATA \ DEF_MOD_STATIC_DATA \ |