Rename 'fallthrough' attribute to 'fio_fallthrough'
[fio.git] / engines / http.c
index 57d4967def689796459b38ff04fc0e11749ae46d..696febe15105784e505847ef2f12d6071c0bbd97 100644 (file)
@@ -297,7 +297,7 @@ static int _curl_trace(CURL *handle, curl_infotype type,
        switch (type) {
        case CURLINFO_TEXT:
                fprintf(stderr, "== Info: %s", data);
-               fallthrough;
+               fio_fallthrough;
        default:
        case CURLINFO_SSL_DATA_OUT:
        case CURLINFO_SSL_DATA_IN: