mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user