On Thu, 2023-07-20 at 15:04 +0200, deon wrote:
> How do flag the compiler not to treat this as fatal?
>
> Where do is specify the -Wno-deprecated flag? Anyone that can provide
> me with a quick solution.
This depends entirely on how that project wrote its makefiles. There's
no one predefined way
Hi
Whilst compiling Nginx I got this error with relation to the new
ssl-lib.. It seems some of the functions in the older version of the SSL
lib has been deprecated. The compiler show this as warnings but treat it
as failures and will not continue the compilation.
Now the question:
How do f