1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

On the trunk:

mod_md: v0.9.9, fix for applying challenge type based on available ports. 



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2017-10-04 14:55:26 +00:00
parent c0954b0bd4
commit a8d21435e3
8 changed files with 119 additions and 97 deletions

View File

@@ -28,7 +28,8 @@
#if defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunreachable-code"
#elif defined(__clang__)
#endif
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-function"
#endif
@@ -40,7 +41,8 @@
#if defined(__GNUC__)
#pragma GCC diagnostic pop
#elif defined(__clang__)
#endif
#if defined(__clang__)
#pragma clang diagnostic pop
#endif