Use "if (expr) else" rather than "if (!(expr))" so the parentheses don't

* glib/gmessages.h: Use "if (expr) else" rather than
	"if (!(expr))" so the parentheses don't disable the gcc
	warnings about = vs. ==.
This commit is contained in:
Darin Adler
2002-02-11 22:15:42 +00:00
parent ed9ba133ef
commit d292b4609a
9 changed files with 54 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2002-02-11 Darin Adler <darin@bentspoon.com>
* glib/gmessages.h: Use "if (expr) else" rather than
"if (!(expr))" so the parentheses don't disable the gcc
warnings about = vs. ==.
2002-02-11 jacob berkman <jacob@ximian.com>
* glib/gmarkup.h (g_markup_error_quark): match the signature in