[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation error with GCC
From: |
Dmitry Goncharov |
Subject: |
Re: Compilation error with GCC |
Date: |
Sun, 19 Dec 2021 14:06:43 -0500 |
On Sun, Dec 19, 2021 at 1:51 PM Mohammad Akhlaghi <mohammad@akhlaghi.org> wrote:
> The configuration went nicely, however, during the compilation it
> crashed with the attached error.
i think, Jouke provided patches to workaround this warning.
You can pass a flag to gcc to not treat warnings as errors.
e.g.
$ make CFLAGS=-Wno-error
regards, Dmitry