Changeset 891 in openpam
- Timestamp:
- Sep 19, 2016, 10:04:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/t_openpam_dispatch.c
r874 r891 56 56 #pragma clang diagnostic ignored "-Wnonnull" 57 57 #elif __GNUC__ 58 #pragma gccdiagnostic push59 #pragma gccdiagnostic ignored "-Wnonnull"58 #pragma GCC diagnostic push 59 #pragma GCC diagnostic ignored "-Wnonnull" 60 60 #endif 61 61 pam_err = pam_authenticate(NULL, 0); … … 63 63 #pragma clang diagnostic pop 64 64 #elif __GNUC__ 65 #pragma gccdiagnostic pop65 #pragma GCC diagnostic pop 66 66 #endif 67 67 return (pam_err == PAM_SYSTEM_ERR);
Note: See TracChangeset
for help on using the changeset viewer.