[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r652085 - /apr/apr/trunk/poll/unix/epoll.c
From:       rpluem () apache ! org
Date:       2008-04-29 20:19:46
Message-ID: 20080429201947.1346523889F0 () eris ! apache ! org
[Download RAW message or body]

Author: rpluem
Date: Tue Apr 29 13:19:46 2008
New Revision: 652085

URL: http://svn.apache.org/viewvc?rev=652085&view=rev
Log:
* Silence a compiler warning.

Modified:
    apr/apr/trunk/poll/unix/epoll.c

Modified: apr/apr/trunk/poll/unix/epoll.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/poll/unix/epoll.c?rev=652085&r1=652084&r2=652085&view=diff
 ==============================================================================
--- apr/apr/trunk/poll/unix/epoll.c (original)
+++ apr/apr/trunk/poll/unix/epoll.c Tue Apr 29 13:19:46 2008
@@ -344,7 +344,7 @@
                     j++;
                 }
             }
-            if ((*num) = j)
+            if (((*num) = j))
                 rv = APR_SUCCESS;
         }
         else {
@@ -363,7 +363,7 @@
                     j++;
                 }
             }
-            if ((*num) = j)
+            if (((*num) = j))
                 rv = APR_SUCCESS;
         }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic