<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le vendredi 09 mai 2014 à 08:29 +0200, Sebastian Dröge a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
What we don't support however is if someone disables the debugging<BR>
system and then expects things to compile with -Werror. There will be<BR>
quite a few compiler warnings about unused or set but not used<BR>
variables, which are only used by debugging statements.<BR>
</BLOCKQUOTE>
<BR>
Oh, and thanks for the info, I've been trying to avoid unused so far, I didn't know it was acceptable. For this case it would be really annoying to badger lots more ifdef to avoid this warning. When I looked at the code, the fix was already there, so only that case where the debugging is removed remained.<BR>
<BR>
cheers,<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>