[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build failure against Clang 13
From: |
Alexey Dokuchaev |
Subject: |
Build failure against Clang 13 |
Date: |
Wed, 24 Nov 2021 16:39:56 +0700 |
User-agent: |
Mutt/1.4.2.1i |
Hi there,
GNU APL configures itself to build with -Werror by default (which is good
thing), and now fails to build with Clang 13.0.0:
Bif_F12_FORMAT.cc:579:5: error: variable 'sum' set but not used
[-Werror,-Wunused-but-set-variable]
int sum = 0;
^
1 error generated.
./danfe
- Build failure against Clang 13,
Alexey Dokuchaev <=