X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/b061a43bf32824cb214e9e3a29a974341de443d4..refs/heads/master:/gen/crypt.c diff --git a/gen/crypt.c b/gen/crypt.c index 606431a..ef2c601 100644 --- a/gen/crypt.c +++ b/gen/crypt.c @@ -56,6 +56,8 @@ * SUCH DAMAGE. */ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wstrict-prototypes" #include #include @@ -1044,3 +1046,5 @@ prtab(s, t, num_rows) } #endif #endif /* BUILDING_VARIANT */ + +#pragma clang diagnostic pop