[PD] // t_tkcmd make error with 0.36 //

Frank Barknecht fbar at footils.org
Sun Dec 29 15:48:34 CET 2002


Hi,
delire hat gesagt: // delire wrote:

> why did that work? 

-Werror tells the compiler to stop with an error, if a *W*arning
occurs. As PD uses Alsa functions, that are deprecated, the ALSA lib
generates a warning. Removing -Werror lets the compiler run even with
warnings.

Of course it is a goal to remove all warnings from the source code,
that's why Werror is set. 
But the world is turning all the time, sometimes you just have to
ignore warnings.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-list mailing list