diff --git a/src/mod/event_handlers/mod_smpp/mod_smpp.h b/src/mod/event_handlers/mod_smpp/mod_smpp.h index 318ceb765d..7ec9332bdd 100644 --- a/src/mod/event_handlers/mod_smpp/mod_smpp.h +++ b/src/mod/event_handlers/mod_smpp/mod_smpp.h @@ -35,10 +35,16 @@ #define MOD_SMPP_H #include +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wpedantic" +#endif #include #include #include - +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif typedef struct mod_smpp_globals_s { switch_memory_pool_t *pool; switch_hash_t *gateways;