intel / qatlib

Other
91 stars 34 forks source link

Don't default to treating compiler warnings as errors. #94

Open fionatrahe opened 1 week ago

fionatrahe commented 1 week ago

Compilers evolve and future versions may throw warnings that don't show up today. Treating all warnings as errors is helpful at development stage, but best removed in released code to avoid the potential of such future warnings breaking the build.

So remove the -Werror flag.