Unverified Commit 0d1d9e1e by Edward Thomson Committed by GitHub

Merge pull request #4691 from pks-t/pks/http-parser-fallthrough

deps: fix implicit fallthrough warning in http-parser
parents 12232a5e cacbf998
FILE(GLOB SRC_HTTP "*.c" "*.h")
ADD_LIBRARY(http-parser OBJECT ${SRC_HTTP})
ENABLE_WARNINGS(implicit-fallthrough=1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment