Another linted comment about empty macro decl.

This commit is contained in:
christos 2004-12-12 19:44:46 +00:00
parent 0f82537ed4
commit c7df97ab82
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ __link_set_add_data(_openpam_static_modules, _pam_module)
#if !defined(OPENPAM_STATIC_MODULE)
#define PAM_EXTERN /* nothing */
#define PAM_MODULE_ENTRY(name) /* nothing */
#define PAM_MODULE_ENTRY(name) /*LINTED empty decl*/
#endif
#ifdef __cplusplus