ORBit2 r2051 - in trunk: . test/poa
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: ORBit2 r2051 - in trunk: . test/poa
- Date: Fri, 1 Feb 2008 12:39:56 +0000 (GMT)
Author: kmaraas
Date: Fri Feb 1 12:39:55 2008
New Revision: 2051
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2051&view=rev
Log:
2008-02-01 Kjartan Maraas <kmaraas gnome org>
* test/poa/poatest-exception.h: Fix warning from gcc 4.3.
Modified:
trunk/ChangeLog
trunk/test/poa/poatest-exception.h
Modified: trunk/test/poa/poatest-exception.h
==============================================================================
--- trunk/test/poa/poatest-exception.h (original)
+++ trunk/test/poa/poatest-exception.h Fri Feb 1 12:39:55 2008
@@ -27,7 +27,7 @@
/*
* knackered from bonobo-exception.h
*/
-#define POATEST_EX(ev) ((ev) && (ev)->_major != CORBA_NO_EXCEPTION)
+#define POATEST_EX(ev) ((ev != NULL) && (ev)->_major != CORBA_NO_EXCEPTION)
#define POATEST_PRINT_EX(str, ev) \
G_STMT_START { \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]