[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
clang compiler warnings
From: |
Werner LEMBERG |
Subject: |
clang compiler warnings |
Date: |
Tue, 27 Feb 2024 11:32:30 +0000 (UTC) |
Looking at some MacPorts log files from Mac OS 14.2.1 (which uses the
system's `clang` compiler) I see
```
flower/include/flower-proto.hh:26:30:
warning: implicit conversion changes signedness:
'int' to 'const vsize' (aka 'const unsigned long')
[-Wsign-conversion]
inline constexpr vsize VPOS (-1);
~~~~ ^~
```
for almost all C++ fies, making the log file quite noisy. Dan, any
idea how to fix this gracefully?
Werner
- clang compiler warnings,
Werner LEMBERG <=
- Re: clang compiler warnings, Aaron Hill, 2024/02/27
- Re: clang compiler warnings, Luca Fascione, 2024/02/27
- Re: clang compiler warnings, Dan Eble, 2024/02/27
- Re: clang compiler warnings, Luca Fascione, 2024/02/27
- Re: clang compiler warnings, Werner LEMBERG, 2024/02/27
- Re: clang compiler warnings, Luca Fascione, 2024/02/27