[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FreeBSD: Warnings about c-ctype macros used but marked unused
From: |
Tim Rühsen |
Subject: |
FreeBSD: Warnings about c-ctype macros used but marked unused |
Date: |
Wed, 28 Aug 2019 15:31:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
Compiling on FreeBSD 12 gives a warning per use of c_ macros, for example
http_parse.c:187:10: warning: 'c_isblank' was marked unused but was used
[-Wused-but-marked-unused]
while (c_isblank(*s)) s++;
This is true also for c_isdigit, c_isspace, etc.
Is that expected behavior and if so, why ?
Regards, Tim
signature.asc
Description: OpenPGP digital signature
- FreeBSD: Warnings about c-ctype macros used but marked unused,
Tim Rühsen <=