logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: ZendEngine2(PHP_5_1) / zend_operators.h: msg#00049

Subject: cvs: ZendEngine2(PHP_5_1) / zend_operators.h
tony2001                Thu Nov 17 14:21:33 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /ZendEngine2        zend_operators.h 
  Log:
  MFH: make GCC happy and suppress the warning
  
  
http://cvs.php.net/diff.php/ZendEngine2/zend_operators.h?r1=1.94.2.1&r2=1.94.2.2&ty=u
Index: ZendEngine2/zend_operators.h
diff -u ZendEngine2/zend_operators.h:1.94.2.1 
ZendEngine2/zend_operators.h:1.94.2.2
--- ZendEngine2/zend_operators.h:1.94.2.1       Wed Nov 16 19:19:23 2005
+++ ZendEngine2/zend_operators.h        Thu Nov 17 14:21:32 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_operators.h,v 1.94.2.1 2005/11/17 00:19:23 iliaa Exp $ */
+/* $Id: zend_operators.h,v 1.94.2.2 2005/11/17 19:21:32 tony2001 Exp $ */
 
 #ifndef ZEND_OPERATORS_H
 #define ZEND_OPERATORS_H
@@ -131,6 +131,7 @@
                *lval = local_lval;
                return IS_LONG;
        }
+       return 0;
 }
 
 static inline char *

-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>