[geos-commits] [SCM] GEOS branch svn-3.5 updated. 7705a2489b3bf745dd61e076a089c0a9b6a98dc5

git at osgeo.org git at osgeo.org
Mon Jan 28 14:49:30 PST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, svn-3.5 has been updated
       via  7705a2489b3bf745dd61e076a089c0a9b6a98dc5 (commit)
      from  eefdcbc4abcb6ef8dab79c397cb8575db2f74bee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7705a2489b3bf745dd61e076a089c0a9b6a98dc5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jan 28 14:49:08 2019 -0800

    Attempt to get cmake/clang/x86 build working on travis

diff --git a/tests/unit/tut/tut_posix.hpp b/tests/unit/tut/tut_posix.hpp
index 42d4658..7bd6666 100644
--- a/tests/unit/tut/tut_posix.hpp
+++ b/tests/unit/tut/tut_posix.hpp
@@ -180,9 +180,9 @@ private:
     {
         // create pipe
         int fds[2];
-        ensure_errno("pipe() failed", ::pipe(fds) == 0);
+        ensure_errno("pipe() failed", pipe(fds) == 0);
 
-        pid_t pid = ::fork();
+        pid_t pid = fork();
 
         ensure_errno("fork() failed", pid >= 0);
 

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/tut/tut_posix.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list