lilypond-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]