Hi Rene, > Is there any way to make the compiler write a warning or an error, when an int > is passed to a function which awaits an unsigned int? I tried some of the > options gcc gives the user, but nothing worked for me. Try: -Wconversion HTH, --Eljay