]> eyrie.org Git - kerberos/pam-krb5.git/commitdiff
Fix warnings when building with Clang
authorRuss Allbery <eagle@eyrie.org>
Sat, 18 Jan 2020 22:36:59 +0000 (14:36 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 18 Jan 2020 22:36:59 +0000 (14:36 -0800)
pam-util/logging.h

index 996e1a4f79dcc565a2ebf091ae1ccc552c5a8adb..013b53aa97c72404bc455315b4864aaf7d711494 100644 (file)
@@ -115,7 +115,7 @@ END_DECLS
 /* Macros to record entry and exit from the main PAM functions. */
 #define ENTRY(args, flags) \
     if (args->debug)       \
-        putil_log_entry((args), __func__, (flags));
+        putil_log_entry((args), __func__, (flags))
 /* clang-format off */
 #define EXIT(args, pamret)                                             \
     if (args != NULL && args->debug)                                   \