diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2021-04-27 14:03:06 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2021-04-27 14:03:06 -0400 |
commit | 3a845f7bec2d02e0c04e4552f8d0f3913b15033f (patch) | |
tree | e813ea7c5501712faed31997e63b22a92c41be2f /src/mod_webdav.c | |
parent | 1db8da2fb62ef588ea1a4dc0a61acc3a4a2e2491 (diff) | |
download | lighttpd-git-3a845f7bec2d02e0c04e4552f8d0f3913b15033f.tar.gz |
[mod_webdav] quiet pedantic compiler warning
Diffstat (limited to 'src/mod_webdav.c')
-rw-r--r-- | src/mod_webdav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_webdav.c b/src/mod_webdav.c index 07ac74b2..9c9dbd84 100644 --- a/src/mod_webdav.c +++ b/src/mod_webdav.c @@ -3117,7 +3117,7 @@ webdav_propfind_live_props (const webdav_propfind_bufs * const restrict pb, buffer * const restrict b = pb->b_200; switch (pnum) { case WEBDAV_PROP_ALL: - __attribute_fallthrough__ + /*__attribute_fallthrough__*/ /*case WEBDAV_PROP_CREATIONDATE:*/ /* (located in database, if present)*/ #if 0 case WEBDAV_PROP_CREATIONDATE: { |