Guest User

Untitled

a guest
May 12th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 167.74 KB | None | 0 0
  1. Vidhans-MacBook-Pro% time ./run.sh
  2. ------------------------------------
  3. ------------------------------------
  4. Compiling with 4.2
  5. ------------------------------------
  6. -- CMAKE_BUILD_TYPE Release
  7. -- CMAKE_BUILD_TYPE Release
  8. -- DOXYGEN_MINIMUM_VERSION=1.7
  9. -- SPHINX_MINIMUM_VERSION=1.1
  10. -- POSTGRESQL_MINIMUM_VERSION=9.2.0
  11. -- POSTGIS_MINIMUM_VERSION=2.0.0
  12. -- GNU_CXX_MINIMUM_VERSION=4.6
  13. -- CLANG_CXX_MINIMUM_VERSION=
  14. -- MSVC_CXX_MINIMUM_VERSION=18.0
  15. -- dir='/Users/vidhan/pgrouting/cmake'
  16. -- Unknown compiler minimum version for Clang
  17. -- POSTGRESQL_PG_CONFIG is /usr/local/bin/pg_config
  18. -- POSTGRESQL_EXECUTABLE is /usr/local/bin/postgres
  19. -- POSTGRESQL_VERSION_STRING in FindPostgreSQL.cmake is PostgreSQL 9.6.3
  20. -- POSTGRESQL_INCLUDE_DIR: /usr/local/Cellar/postgresql/9.6.3/include/server
  21. -- POSTGRESQL_LIBRARIES: /usr/local/lib
  22. -- PGSQL_VERSION=96
  23. -- Boost version: 1.64.0
  24. -- Boost headers were found here: /usr/local/include
  25. -- Boost version: 1.64.0
  26. -- Found the following Boost libraries:
  27. --   thread
  28. --   chrono
  29. --   system
  30. --   date_time
  31. --   atomic
  32. -- Boost version: 1.64.0
  33. -- Found the following Boost libraries:
  34. --   thread
  35. --   system
  36. --   chrono
  37. --   date_time
  38. --   atomic
  39. -- CGAL_INCLUDE_DIR=/usr/local/include
  40. -- CGAL_LIBRARIES=/usr/local/lib/libCGAL.dylib
  41. -- BOOST_THREAD_LIBRARIES=/usr/local/lib/libboost_thread-mt.dylib;/usr/local/lib/libboost_system-mt.dylib;/usr/local/lib/libboost_chrono-mt.dylib;/usr/local/lib/libboost_date_time-mt.dylib;/usr/local/lib/libboost_atomic-mt.dylib
  42. -- GMP_LIBRARIES=/usr/local/lib/libgmp.dylib
  43. -- Found CGAL: /usr/local/include, /usr/local/lib/libCGAL.dylib, /usr/local/lib/libboost_thread-mt.dylib;/usr/local/lib/libboost_system-mt.dylib;/usr/local/lib/libboost_chrono-mt.dylib;/usr/local/lib/libboost_date_time-mt.dylib;/usr/local/lib/libboost_atomic-mt.dylib, /usr/local/lib/libgmp.dylib
  44. Building the library names
  45. -- Created /Users/vidhan/pgrouting/build/lib/pgrouting--2.5.0.sql
  46. -- Created /Users/vidhan/pgrouting/build/lib/pgrouting.control
  47. -- Creating lib/pgrouting--2.5.0.sig
  48. Building the updating files
  49.   -- Created lib/pgrouting--2.0.0--2.5.0.sql
  50.   -- Created lib/pgrouting--2.0.1--2.5.0.sql
  51.   -- Created lib/pgrouting--2.1.0--2.5.0.sql
  52.   -- Created lib/pgrouting--2.2.0--2.5.0.sql
  53.   -- Created lib/pgrouting--2.2.1--2.5.0.sql
  54.   -- Created lib/pgrouting--2.2.2--2.5.0.sql
  55.   -- Created lib/pgrouting--2.2.3--2.5.0.sql
  56.   -- Created lib/pgrouting--2.2.4--2.5.0.sql
  57.   -- Created lib/pgrouting--2.3.0--2.5.0.sql
  58.   -- Created lib/pgrouting--2.3.1--2.5.0.sql
  59.   -- Created lib/pgrouting--2.3.2--2.5.0.sql
  60.   -- Created lib/pgrouting--2.4.0--2.5.0.sql
  61.   -- Created lib/pgrouting--2.4.1--2.5.0.sql
  62. -- LIBS_TO_INSTALL=
  63. -- Configuring done
  64. -- Generating done
  65. -- Build files have been written to: /Users/vidhan/pgrouting/build
  66. [  0%] Built target ProcessSQLFiles
  67. [  0%] Built target build-time-sql-directory
  68. [  1%] Building C object src/withPoints/src/CMakeFiles/withPoints.dir/one_to_one_withPoints.c.o
  69. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  70. In file included from /Users/vidhan/pgrouting/src/withPoints/src/one_to_one_withPoints.c:30:
  71. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:31:32: warning:
  72.       pragma diagnostic expected option name (e.g. "-Wundef")
  73.       [-Wunknown-pragmas]
  74. #pragma GCC diagnostic ignored "-pedantic"
  75.                                ^
  76. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:46:24: warning:
  77.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  78. #pragma GCC diagnostic pop
  79.                        ^
  80. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:47:24: warning:
  81.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  82. #pragma GCC diagnostic pop
  83.                        ^
  84. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:48:24: warning:
  85.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  86. #pragma GCC diagnostic pop
  87.                        ^
  88. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:66:24: warning:
  89.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  90. #pragma GCC diagnostic pop
  91.                        ^
  92. In file included from /Users/vidhan/pgrouting/src/withPoints/src/one_to_one_withPoints.c:36:
  93. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:38:32: warning:
  94.       pragma diagnostic expected option name (e.g. "-Wundef")
  95.       [-Wunknown-pragmas]
  96. #pragma GCC diagnostic ignored "-pedantic"
  97.                                ^
  98. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:44:24: warning:
  99.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  100. #pragma GCC diagnostic pop
  101.                        ^
  102. 7 warnings generated.
  103. [  2%] Building C object src/withPoints/src/CMakeFiles/withPoints.dir/one_to_many_withPoints.c.o
  104. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  105. In file included from /Users/vidhan/pgrouting/src/withPoints/src/one_to_many_withPoints.c:30:
  106. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:31:32: warning:
  107.       pragma diagnostic expected option name (e.g. "-Wundef")
  108.       [-Wunknown-pragmas]
  109. #pragma GCC diagnostic ignored "-pedantic"
  110.                                ^
  111. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:46:24: warning:
  112.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  113. #pragma GCC diagnostic pop
  114.                        ^
  115. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:47:24: warning:
  116.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  117. #pragma GCC diagnostic pop
  118.                        ^
  119. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:48:24: warning:
  120.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  121. #pragma GCC diagnostic pop
  122.                        ^
  123. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:66:24: warning:
  124.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  125. #pragma GCC diagnostic pop
  126.                        ^
  127. In file included from /Users/vidhan/pgrouting/src/withPoints/src/one_to_many_withPoints.c:36:
  128. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:38:32: warning:
  129.       pragma diagnostic expected option name (e.g. "-Wundef")
  130.       [-Wunknown-pragmas]
  131. #pragma GCC diagnostic ignored "-pedantic"
  132.                                ^
  133. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:44:24: warning:
  134.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  135. #pragma GCC diagnostic pop
  136.                        ^
  137. 7 warnings generated.
  138. [  3%] Building C object src/withPoints/src/CMakeFiles/withPoints.dir/many_to_one_withPoints.c.o
  139. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  140. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_one_withPoints.c:30:
  141. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:31:32: warning:
  142.       pragma diagnostic expected option name (e.g. "-Wundef")
  143.       [-Wunknown-pragmas]
  144. #pragma GCC diagnostic ignored "-pedantic"
  145.                                ^
  146. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:46:24: warning:
  147.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  148. #pragma GCC diagnostic pop
  149.                        ^
  150. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:47:24: warning:
  151.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  152. #pragma GCC diagnostic pop
  153.                        ^
  154. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:48:24: warning:
  155.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  156. #pragma GCC diagnostic pop
  157.                        ^
  158. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:66:24: warning:
  159.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  160. #pragma GCC diagnostic pop
  161.                        ^
  162. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_one_withPoints.c:36:
  163. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:38:32: warning:
  164.       pragma diagnostic expected option name (e.g. "-Wundef")
  165.       [-Wunknown-pragmas]
  166. #pragma GCC diagnostic ignored "-pedantic"
  167.                                ^
  168. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:44:24: warning:
  169.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  170. #pragma GCC diagnostic pop
  171.                        ^
  172. 7 warnings generated.
  173. [  4%] Building C object src/withPoints/src/CMakeFiles/withPoints.dir/many_to_many_withPoints.c.o
  174. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  175. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints.c:30:
  176. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:31:32: warning:
  177.       pragma diagnostic expected option name (e.g. "-Wundef")
  178.       [-Wunknown-pragmas]
  179. #pragma GCC diagnostic ignored "-pedantic"
  180.                                ^
  181. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:46:24: warning:
  182.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  183. #pragma GCC diagnostic pop
  184.                        ^
  185. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:47:24: warning:
  186.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  187. #pragma GCC diagnostic pop
  188.                        ^
  189. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:48:24: warning:
  190.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  191. #pragma GCC diagnostic pop
  192.                        ^
  193. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/postgres_connection.h:66:24: warning:
  194.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  195. #pragma GCC diagnostic pop
  196.                        ^
  197. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints.c:36:
  198. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:38:32: warning:
  199.       pragma diagnostic expected option name (e.g. "-Wundef")
  200.       [-Wunknown-pragmas]
  201. #pragma GCC diagnostic ignored "-pedantic"
  202.                                ^
  203. /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_types.h:44:24: warning:
  204.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  205. #pragma GCC diagnostic pop
  206.                        ^
  207. 7 warnings generated.
  208. [  5%] Building CXX object src/withPoints/src/CMakeFiles/withPoints.dir/get_new_queries.cpp.o
  209. [  6%] Building CXX object src/withPoints/src/CMakeFiles/withPoints.dir/pgr_withPoints.cpp.o
  210. [  7%] Building CXX object src/withPoints/src/CMakeFiles/withPoints.dir/many_to_many_withPoints_driver.cpp.o
  211. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints_driver.cpp:42:
  212. In file included from /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_alloc.hpp:38:
  213. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  214. #pragma GCC diagnostic ignored "-pedantic"
  215.                                ^
  216. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints_driver.cpp:42:
  217. In file included from /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_alloc.hpp:38:
  218. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  219. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  220. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  221. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  222. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  223. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  224. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  225. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  226. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
  227.         register slock_t _res = 1;
  228.         ^~~~~~~~~
  229. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints_driver.cpp:42:
  230. In file included from /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_alloc.hpp:38:
  231. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  232. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  233. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  234. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  235. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  236. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  237. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  238. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  239. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  240. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
  241.         register char _res = 1;
  242.         ^~~~~~~~~
  243. In file included from /Users/vidhan/pgrouting/src/withPoints/src/many_to_many_withPoints_driver.cpp:42:
  244. In file included from /Users/vidhan/pgrouting/src/withPoints/src/./../../common/src/pgr_alloc.hpp:38:
  245. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  246. #pragma GCC diagnostic pop
  247.                        ^
  248. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  249. #pragma GCC diagnostic pop
  250.                        ^
  251. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  252. #pragma GCC diagnostic pop
  253.                        ^
  254. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  255. #pragma GCC diagnostic pop
  256.                        ^
  257. 7 warnings generated.
  258. [  7%] Built target withPoints
  259. Scanning dependencies of target common
  260. [  8%] Building C object src/common/src/CMakeFiles/common.dir/postgres_connection.c.o
  261. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  262. In file included from /Users/vidhan/pgrouting/src/common/src/postgres_connection.c:25:
  263. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  264. #pragma GCC diagnostic ignored "-pedantic"
  265.                                ^
  266. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  267. #pragma GCC diagnostic pop
  268.                        ^
  269. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  270. #pragma GCC diagnostic pop
  271.                        ^
  272. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  273. #pragma GCC diagnostic pop
  274.                        ^
  275. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  276. #pragma GCC diagnostic pop
  277.                        ^
  278. 5 warnings generated.
  279. [  9%] Building C object src/common/src/CMakeFiles/common.dir/e_report.c.o
  280. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  281. In file included from /Users/vidhan/pgrouting/src/common/src/e_report.c:26:
  282. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  283. #pragma GCC diagnostic ignored "-pedantic"
  284.                                ^
  285. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  286. #pragma GCC diagnostic pop
  287.                        ^
  288. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  289. #pragma GCC diagnostic pop
  290.                        ^
  291. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  292. #pragma GCC diagnostic pop
  293.                        ^
  294. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  295. #pragma GCC diagnostic pop
  296.                        ^
  297. 5 warnings generated.
  298. [ 10%] Building C object src/common/src/CMakeFiles/common.dir/restrictions_input.c.o
  299. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  300. In file included from /Users/vidhan/pgrouting/src/common/src/restrictions_input.c:26:
  301. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  302. #pragma GCC diagnostic ignored "-pedantic"
  303.                                ^
  304. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  305. #pragma GCC diagnostic pop
  306.                        ^
  307. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  308. #pragma GCC diagnostic pop
  309.                        ^
  310. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  311. #pragma GCC diagnostic pop
  312.                        ^
  313. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  314. #pragma GCC diagnostic pop
  315.                        ^
  316. In file included from /Users/vidhan/pgrouting/src/common/src/restrictions_input.c:28:
  317. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  318. #pragma GCC diagnostic ignored "-pedantic"
  319.                                ^
  320. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  321. #pragma GCC diagnostic pop
  322.                        ^
  323. 7 warnings generated.
  324. [ 11%] Building CXX object src/common/src/CMakeFiles/common.dir/basePath_SSEC.cpp.o
  325. [ 13%] Building C object src/common/src/CMakeFiles/common.dir/points_input.c.o
  326. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  327. In file included from /Users/vidhan/pgrouting/src/common/src/points_input.c:25:
  328. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  329.       pragma diagnostic expected option name (e.g. "-Wundef")
  330.       [-Wunknown-pragmas]
  331. #pragma GCC diagnostic ignored "-pedantic"
  332.                                ^
  333. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  334.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  335. #pragma GCC diagnostic pop
  336.                        ^
  337. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  338.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  339. #pragma GCC diagnostic pop
  340.                        ^
  341. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  342.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  343. #pragma GCC diagnostic pop
  344.                        ^
  345. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  346.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  347. #pragma GCC diagnostic pop
  348.                        ^
  349. In file included from /Users/vidhan/pgrouting/src/common/src/points_input.c:27:
  350. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  351.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  352. #pragma GCC diagnostic ignored "-pedantic"
  353.                                ^
  354. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  355.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  356. #pragma GCC diagnostic pop
  357.                        ^
  358. 7 warnings generated.
  359. [ 14%] Building C object src/common/src/CMakeFiles/common.dir/matrixRows_input.c.o
  360. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  361. In file included from /Users/vidhan/pgrouting/src/common/src/matrixRows_input.c:25:
  362. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  363.       pragma diagnostic expected option name (e.g. "-Wundef")
  364.       [-Wunknown-pragmas]
  365. #pragma GCC diagnostic ignored "-pedantic"
  366.                                ^
  367. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  368.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  369. #pragma GCC diagnostic pop
  370.                        ^
  371. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  372.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  373. #pragma GCC diagnostic pop
  374.                        ^
  375. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  376.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  377. #pragma GCC diagnostic pop
  378.                        ^
  379. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  380.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  381. #pragma GCC diagnostic pop
  382.                        ^
  383. In file included from /Users/vidhan/pgrouting/src/common/src/matrixRows_input.c:28:
  384. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  385.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  386. #pragma GCC diagnostic ignored "-pedantic"
  387.                                ^
  388. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  389.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  390. #pragma GCC diagnostic pop
  391.                        ^
  392. 7 warnings generated.
  393. [ 15%] Building C object src/common/src/CMakeFiles/common.dir/get_check_data.c.o
  394. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  395. In file included from /Users/vidhan/pgrouting/src/common/src/get_check_data.c:25:
  396. /Users/vidhan/pgrouting/src/common/src/./../../common/src/postgres_connection.h:31:32: warning:
  397.       pragma diagnostic expected option name (e.g. "-Wundef")
  398.       [-Wunknown-pragmas]
  399. #pragma GCC diagnostic ignored "-pedantic"
  400.                                ^
  401. /Users/vidhan/pgrouting/src/common/src/./../../common/src/postgres_connection.h:46:24: warning:
  402.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  403. #pragma GCC diagnostic pop
  404.                        ^
  405. /Users/vidhan/pgrouting/src/common/src/./../../common/src/postgres_connection.h:47:24: warning:
  406.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  407. #pragma GCC diagnostic pop
  408.                        ^
  409. /Users/vidhan/pgrouting/src/common/src/./../../common/src/postgres_connection.h:48:24: warning:
  410.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  411. #pragma GCC diagnostic pop
  412.                        ^
  413. /Users/vidhan/pgrouting/src/common/src/./../../common/src/postgres_connection.h:66:24: warning:
  414.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  415. #pragma GCC diagnostic pop
  416.                        ^
  417. In file included from /Users/vidhan/pgrouting/src/common/src/get_check_data.c:30:
  418. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  419.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  420. #pragma GCC diagnostic ignored "-pedantic"
  421.                                ^
  422. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  423.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  424. #pragma GCC diagnostic pop
  425.                        ^
  426. 7 warnings generated.
  427. [ 16%] Building C object src/common/src/CMakeFiles/common.dir/edges_input.c.o
  428. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  429. In file included from /Users/vidhan/pgrouting/src/common/src/edges_input.c:25:
  430. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  431.       pragma diagnostic expected option name (e.g. "-Wundef")
  432.       [-Wunknown-pragmas]
  433. #pragma GCC diagnostic ignored "-pedantic"
  434.                                ^
  435. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  436.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  437. #pragma GCC diagnostic pop
  438.                        ^
  439. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  440.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  441. #pragma GCC diagnostic pop
  442.                        ^
  443. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  444.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  445. #pragma GCC diagnostic pop
  446.                        ^
  447. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  448.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  449. #pragma GCC diagnostic pop
  450.                        ^
  451. In file included from /Users/vidhan/pgrouting/src/common/src/edges_input.c:27:
  452. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  453.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  454. #pragma GCC diagnostic ignored "-pedantic"
  455.                                ^
  456. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  457.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  458. #pragma GCC diagnostic pop
  459.                        ^
  460. 7 warnings generated.
  461. [ 17%] Building C object src/common/src/CMakeFiles/common.dir/orders_input.c.o
  462. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  463. In file included from /Users/vidhan/pgrouting/src/common/src/orders_input.c:25:
  464. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  465.       pragma diagnostic expected option name (e.g. "-Wundef")
  466.       [-Wunknown-pragmas]
  467. #pragma GCC diagnostic ignored "-pedantic"
  468.                                ^
  469. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  470.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  471. #pragma GCC diagnostic pop
  472.                        ^
  473. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  474.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  475. #pragma GCC diagnostic pop
  476.                        ^
  477. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  478.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  479. #pragma GCC diagnostic pop
  480.                        ^
  481. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  482.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  483. #pragma GCC diagnostic pop
  484.                        ^
  485. In file included from /Users/vidhan/pgrouting/src/common/src/orders_input.c:28:
  486. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  487.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  488. #pragma GCC diagnostic ignored "-pedantic"
  489.                                ^
  490. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  491.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  492. #pragma GCC diagnostic pop
  493.                        ^
  494. 7 warnings generated.
  495. [ 18%] Building C object src/common/src/CMakeFiles/common.dir/vehicles_input.c.o
  496. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  497. In file included from /Users/vidhan/pgrouting/src/common/src/vehicles_input.c:25:
  498. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  499.       pragma diagnostic expected option name (e.g. "-Wundef")
  500.       [-Wunknown-pragmas]
  501. #pragma GCC diagnostic ignored "-pedantic"
  502.                                ^
  503. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  504.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  505. #pragma GCC diagnostic pop
  506.                        ^
  507. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  508.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  509. #pragma GCC diagnostic pop
  510.                        ^
  511. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  512.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  513. #pragma GCC diagnostic pop
  514.                        ^
  515. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  516.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  517. #pragma GCC diagnostic pop
  518.                        ^
  519. In file included from /Users/vidhan/pgrouting/src/common/src/vehicles_input.c:30:
  520. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  521.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  522. #pragma GCC diagnostic ignored "-pedantic"
  523.                                ^
  524. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  525.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  526. #pragma GCC diagnostic pop
  527.                        ^
  528. 7 warnings generated.
  529. [ 19%] Building C object src/common/src/CMakeFiles/common.dir/coordinates_input.c.o
  530. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  531. In file included from /Users/vidhan/pgrouting/src/common/src/coordinates_input.c:25:
  532. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  533.       pragma diagnostic expected option name (e.g. "-Wundef")
  534.       [-Wunknown-pragmas]
  535. #pragma GCC diagnostic ignored "-pedantic"
  536.                                ^
  537. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  538.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  539. #pragma GCC diagnostic pop
  540.                        ^
  541. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  542.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  543. #pragma GCC diagnostic pop
  544.                        ^
  545. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  546.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  547. #pragma GCC diagnostic pop
  548.                        ^
  549. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  550.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  551. #pragma GCC diagnostic pop
  552.                        ^
  553. In file included from /Users/vidhan/pgrouting/src/common/src/coordinates_input.c:27:
  554. In file included from /Users/vidhan/pgrouting/src/common/src/./coordinates_input.h:29:
  555. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  556.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  557. #pragma GCC diagnostic ignored "-pedantic"
  558.                                ^
  559. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  560.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  561. #pragma GCC diagnostic pop
  562.                        ^
  563. 7 warnings generated.
  564. [ 20%] Building C object src/common/src/CMakeFiles/common.dir/arrays_input.c.o
  565. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  566. In file included from /Users/vidhan/pgrouting/src/common/src/arrays_input.c:25:
  567. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  568.       pragma diagnostic expected option name (e.g. "-Wundef")
  569.       [-Wunknown-pragmas]
  570. #pragma GCC diagnostic ignored "-pedantic"
  571.                                ^
  572. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  573.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  574. #pragma GCC diagnostic pop
  575.                        ^
  576. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  577.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  578. #pragma GCC diagnostic pop
  579.                        ^
  580. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  581.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  582. #pragma GCC diagnostic pop
  583.                        ^
  584. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  585.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  586. #pragma GCC diagnostic pop
  587.                        ^
  588. In file included from /Users/vidhan/pgrouting/src/common/src/arrays_input.c:32:
  589. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:38:32: warning: pragma
  590.       diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
  591. #pragma GCC diagnostic ignored "-pedantic"
  592.                                ^
  593. /Users/vidhan/pgrouting/src/common/src/./pgr_types.h:44:24: warning: pragma
  594.       diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  595. #pragma GCC diagnostic pop
  596.                        ^
  597. 7 warnings generated.
  598. [ 21%] Building C object src/common/src/CMakeFiles/common.dir/time_msg.c.o
  599. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  600. In file included from /Users/vidhan/pgrouting/src/common/src/time_msg.c:27:
  601. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  602.       pragma diagnostic expected option name (e.g. "-Wundef")
  603.       [-Wunknown-pragmas]
  604. #pragma GCC diagnostic ignored "-pedantic"
  605.                                ^
  606. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  607.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  608. #pragma GCC diagnostic pop
  609.                        ^
  610. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  611.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  612. #pragma GCC diagnostic pop
  613.                        ^
  614. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  615.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  616. #pragma GCC diagnostic pop
  617.                        ^
  618. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  619.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  620. #pragma GCC diagnostic pop
  621.                        ^
  622. 5 warnings generated.
  623. [ 22%] Building CXX object src/common/src/CMakeFiles/common.dir/pgr_assert.cpp.o
  624. [ 23%] Building CXX object src/common/src/CMakeFiles/common.dir/basic_vertex.cpp.o
  625. [ 25%] Building CXX object src/common/src/CMakeFiles/common.dir/xy_vertex.cpp.o
  626. [ 26%] Building CXX object src/common/src/CMakeFiles/common.dir/ch_vertex.cpp.o
  627. [ 27%] Building CXX object src/common/src/CMakeFiles/common.dir/ch_edge.cpp.o
  628. [ 28%] Building CXX object src/common/src/CMakeFiles/common.dir/basic_edge.cpp.o
  629. [ 29%] Building CXX object src/common/src/CMakeFiles/common.dir/pgr_alloc.cpp.o
  630. In file included from /Users/vidhan/pgrouting/src/common/src/pgr_alloc.cpp:25:
  631. In file included from /Users/vidhan/pgrouting/src/common/src/./pgr_alloc.hpp:38:
  632. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  633.       pragma diagnostic expected option name (e.g. "-Wundef")
  634.       [-Wunknown-pragmas]
  635. #pragma GCC diagnostic ignored "-pedantic"
  636.                                ^
  637. In file included from /Users/vidhan/pgrouting/src/common/src/pgr_alloc.cpp:25:
  638. In file included from /Users/vidhan/pgrouting/src/common/src/./pgr_alloc.hpp:38:
  639. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  640. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  641. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  642. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  643. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  644. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  645. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  646. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  647. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  648.       'register' storage class specifier is deprecated and incompatible with
  649.       C++1z [-Wdeprecated-register]
  650.         register slock_t _res = 1;
  651.         ^~~~~~~~~
  652. In file included from /Users/vidhan/pgrouting/src/common/src/pgr_alloc.cpp:25:
  653. In file included from /Users/vidhan/pgrouting/src/common/src/./pgr_alloc.hpp:38:
  654. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  655. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  656. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  657. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  658. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  659. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  660. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  661. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  662. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  663. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  664.       'register' storage class specifier is deprecated and incompatible with
  665.       C++1z [-Wdeprecated-register]
  666.         register char _res = 1;
  667.         ^~~~~~~~~
  668. In file included from /Users/vidhan/pgrouting/src/common/src/pgr_alloc.cpp:25:
  669. In file included from /Users/vidhan/pgrouting/src/common/src/./pgr_alloc.hpp:38:
  670. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  671.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  672. #pragma GCC diagnostic pop
  673.                        ^
  674. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  675.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  676. #pragma GCC diagnostic pop
  677.                        ^
  678. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  679.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  680. #pragma GCC diagnostic pop
  681.                        ^
  682. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  683.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  684. #pragma GCC diagnostic pop
  685.                        ^
  686. 7 warnings generated.
  687. [ 29%] Built target common
  688. Scanning dependencies of target dijkstra
  689. [ 30%] Building C object src/dijkstra/src/CMakeFiles/dijkstra.dir/dijkstra.c.o
  690. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  691. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra.c:31:
  692. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:31:32: warning:
  693.       pragma diagnostic expected option name (e.g. "-Wundef")
  694.       [-Wunknown-pragmas]
  695. #pragma GCC diagnostic ignored "-pedantic"
  696.                                ^
  697. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:46:24: warning:
  698.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  699. #pragma GCC diagnostic pop
  700.                        ^
  701. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:47:24: warning:
  702.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  703. #pragma GCC diagnostic pop
  704.                        ^
  705. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:48:24: warning:
  706.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  707. #pragma GCC diagnostic pop
  708.                        ^
  709. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:66:24: warning:
  710.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  711. #pragma GCC diagnostic pop
  712.                        ^
  713. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra.c:37:
  714. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_types.h:38:32: warning:
  715.       pragma diagnostic expected option name (e.g. "-Wundef")
  716.       [-Wunknown-pragmas]
  717. #pragma GCC diagnostic ignored "-pedantic"
  718.                                ^
  719. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_types.h:44:24: warning:
  720.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  721. #pragma GCC diagnostic pop
  722.                        ^
  723. 7 warnings generated.
  724. [ 31%] Building C object src/dijkstra/src/CMakeFiles/dijkstra.dir/dijkstraVia.c.o
  725. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  726. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia.c:28:
  727. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:31:32: warning:
  728.       pragma diagnostic expected option name (e.g. "-Wundef")
  729.       [-Wunknown-pragmas]
  730. #pragma GCC diagnostic ignored "-pedantic"
  731.                                ^
  732. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:46:24: warning:
  733.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  734. #pragma GCC diagnostic pop
  735.                        ^
  736. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:47:24: warning:
  737.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  738. #pragma GCC diagnostic pop
  739.                        ^
  740. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:48:24: warning:
  741.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  742. #pragma GCC diagnostic pop
  743.                        ^
  744. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/postgres_connection.h:66:24: warning:
  745.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  746. #pragma GCC diagnostic pop
  747.                        ^
  748. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia.c:34:
  749. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_types.h:38:32: warning:
  750.       pragma diagnostic expected option name (e.g. "-Wundef")
  751.       [-Wunknown-pragmas]
  752. #pragma GCC diagnostic ignored "-pedantic"
  753.                                ^
  754. /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_types.h:44:24: warning:
  755.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  756. #pragma GCC diagnostic pop
  757.                        ^
  758. 7 warnings generated.
  759. [ 32%] Building CXX object src/dijkstra/src/CMakeFiles/dijkstra.dir/dijkstra_driver.cpp.o
  760. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra_driver.cpp:39:
  761. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/../../common/src/pgr_alloc.hpp:38:
  762. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  763.       pragma diagnostic expected option name (e.g. "-Wundef")
  764.       [-Wunknown-pragmas]
  765. #pragma GCC diagnostic ignored "-pedantic"
  766.                                ^
  767. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra_driver.cpp:39:
  768. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/../../common/src/pgr_alloc.hpp:38:
  769. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  770. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  771. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  772. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  773. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  774. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  775. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  776. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  777. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  778.       'register' storage class specifier is deprecated and incompatible with
  779.       C++1z [-Wdeprecated-register]
  780.         register slock_t _res = 1;
  781.         ^~~~~~~~~
  782. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra_driver.cpp:39:
  783. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/../../common/src/pgr_alloc.hpp:38:
  784. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  785. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  786. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  787. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  788. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  789. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  790. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  791. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  792. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  793. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  794.       'register' storage class specifier is deprecated and incompatible with
  795.       C++1z [-Wdeprecated-register]
  796.         register char _res = 1;
  797.         ^~~~~~~~~
  798. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstra_driver.cpp:39:
  799. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/../../common/src/pgr_alloc.hpp:38:
  800. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  801.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  802. #pragma GCC diagnostic pop
  803.                        ^
  804. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  805.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  806. #pragma GCC diagnostic pop
  807.                        ^
  808. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  809.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  810. #pragma GCC diagnostic pop
  811.                        ^
  812. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  813.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  814. #pragma GCC diagnostic pop
  815.                        ^
  816. 7 warnings generated.
  817. [ 33%] Building CXX object src/dijkstra/src/CMakeFiles/dijkstra.dir/dijkstraVia_driver.cpp.o
  818. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia_driver.cpp:36:
  819. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  820. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  821.       pragma diagnostic expected option name (e.g. "-Wundef")
  822.       [-Wunknown-pragmas]
  823. #pragma GCC diagnostic ignored "-pedantic"
  824.                                ^
  825. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia_driver.cpp:36:
  826. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  827. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  828. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  829. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  830. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  831. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  832. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  833. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  834. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  835. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  836.       'register' storage class specifier is deprecated and incompatible with
  837.       C++1z [-Wdeprecated-register]
  838.         register slock_t _res = 1;
  839.         ^~~~~~~~~
  840. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia_driver.cpp:36:
  841. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  842. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  843. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  844. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  845. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  846. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  847. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  848. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  849. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  850. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  851. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  852.       'register' storage class specifier is deprecated and incompatible with
  853.       C++1z [-Wdeprecated-register]
  854.         register char _res = 1;
  855.         ^~~~~~~~~
  856. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/dijkstraVia_driver.cpp:36:
  857. In file included from /Users/vidhan/pgrouting/src/dijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  858. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  859.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  860. #pragma GCC diagnostic pop
  861.                        ^
  862. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  863.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  864. #pragma GCC diagnostic pop
  865.                        ^
  866. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  867.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  868. #pragma GCC diagnostic pop
  869.                        ^
  870. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  871.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  872. #pragma GCC diagnostic pop
  873.                        ^
  874. 7 warnings generated.
  875. [ 33%] Built target dijkstra
  876. Scanning dependencies of target allpairs
  877. [ 34%] Building C object src/allpairs/src/CMakeFiles/allpairs.dir/floydWarshall.c.o
  878. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  879. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall.c:30:
  880. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:31:32: warning:
  881.       pragma diagnostic expected option name (e.g. "-Wundef")
  882.       [-Wunknown-pragmas]
  883. #pragma GCC diagnostic ignored "-pedantic"
  884.                                ^
  885. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:46:24: warning:
  886.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  887. #pragma GCC diagnostic pop
  888.                        ^
  889. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:47:24: warning:
  890.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  891. #pragma GCC diagnostic pop
  892.                        ^
  893. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:48:24: warning:
  894.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  895. #pragma GCC diagnostic pop
  896.                        ^
  897. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:66:24: warning:
  898.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  899. #pragma GCC diagnostic pop
  900.                        ^
  901. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall.c:35:
  902. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/pgr_types.h:38:32: warning:
  903.       pragma diagnostic expected option name (e.g. "-Wundef")
  904.       [-Wunknown-pragmas]
  905. #pragma GCC diagnostic ignored "-pedantic"
  906.                                ^
  907. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/pgr_types.h:44:24: warning:
  908.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  909. #pragma GCC diagnostic pop
  910.                        ^
  911. 7 warnings generated.
  912. [ 35%] Building CXX object src/allpairs/src/CMakeFiles/allpairs.dir/floydWarshall_driver.cpp.o
  913. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall_driver.cpp:36:
  914. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  915. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  916. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  917.       pragma diagnostic expected option name (e.g. "-Wundef")
  918.       [-Wunknown-pragmas]
  919. #pragma GCC diagnostic ignored "-pedantic"
  920.                                ^
  921. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall_driver.cpp:36:
  922. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  923. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  924. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  925. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  926. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  927. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  928. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  929. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  930. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  931. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  932. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  933.       'register' storage class specifier is deprecated and incompatible with
  934.       C++1z [-Wdeprecated-register]
  935.         register slock_t _res = 1;
  936.         ^~~~~~~~~
  937. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall_driver.cpp:36:
  938. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  939. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  940. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  941. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  942. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  943. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  944. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  945. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  946. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  947. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  948. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  949. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  950.       'register' storage class specifier is deprecated and incompatible with
  951.       C++1z [-Wdeprecated-register]
  952.         register char _res = 1;
  953.         ^~~~~~~~~
  954. In file included from /Users/vidhan/pgrouting/src/allpairs/src/floydWarshall_driver.cpp:36:
  955. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  956. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  957. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  958.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  959. #pragma GCC diagnostic pop
  960.                        ^
  961. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  962.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  963. #pragma GCC diagnostic pop
  964.                        ^
  965. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  966.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  967. #pragma GCC diagnostic pop
  968.                        ^
  969. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  970.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  971. #pragma GCC diagnostic pop
  972.                        ^
  973. 7 warnings generated.
  974. [ 36%] Building C object src/allpairs/src/CMakeFiles/allpairs.dir/johnson.c.o
  975. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  976. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson.c:30:
  977. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:31:32: warning:
  978.       pragma diagnostic expected option name (e.g. "-Wundef")
  979.       [-Wunknown-pragmas]
  980. #pragma GCC diagnostic ignored "-pedantic"
  981.                                ^
  982. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:46:24: warning:
  983.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  984. #pragma GCC diagnostic pop
  985.                        ^
  986. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:47:24: warning:
  987.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  988. #pragma GCC diagnostic pop
  989.                        ^
  990. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:48:24: warning:
  991.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  992. #pragma GCC diagnostic pop
  993.                        ^
  994. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/postgres_connection.h:66:24: warning:
  995.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  996. #pragma GCC diagnostic pop
  997.                        ^
  998. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson.c:34:
  999. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/pgr_types.h:38:32: warning:
  1000.       pragma diagnostic expected option name (e.g. "-Wundef")
  1001.       [-Wunknown-pragmas]
  1002. #pragma GCC diagnostic ignored "-pedantic"
  1003.                                ^
  1004. /Users/vidhan/pgrouting/src/allpairs/src/./../../common/src/pgr_types.h:44:24: warning:
  1005.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1006. #pragma GCC diagnostic pop
  1007.                        ^
  1008. 7 warnings generated.
  1009. [ 38%] Building CXX object src/allpairs/src/CMakeFiles/allpairs.dir/johnson_driver.cpp.o
  1010. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson_driver.cpp:36:
  1011. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  1012. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  1013. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1014.       pragma diagnostic expected option name (e.g. "-Wundef")
  1015.       [-Wunknown-pragmas]
  1016. #pragma GCC diagnostic ignored "-pedantic"
  1017.                                ^
  1018. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson_driver.cpp:36:
  1019. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  1020. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  1021. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1022. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1023. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1024. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1025. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1026. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1027. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1028. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1029. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1030.       'register' storage class specifier is deprecated and incompatible with
  1031.       C++1z [-Wdeprecated-register]
  1032.         register slock_t _res = 1;
  1033.         ^~~~~~~~~
  1034. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson_driver.cpp:36:
  1035. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  1036. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  1037. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1038. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1039. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1040. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1041. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1042. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1043. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1044. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1045. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1046. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1047.       'register' storage class specifier is deprecated and incompatible with
  1048.       C++1z [-Wdeprecated-register]
  1049.         register char _res = 1;
  1050.         ^~~~~~~~~
  1051. In file included from /Users/vidhan/pgrouting/src/allpairs/src/johnson_driver.cpp:36:
  1052. In file included from /Users/vidhan/pgrouting/src/allpairs/src/./pgr_allpairs.hpp:50:
  1053. In file included from /Users/vidhan/pgrouting/src/allpairs/src/../../common/src/pgr_alloc.hpp:38:
  1054. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1055.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1056. #pragma GCC diagnostic pop
  1057.                        ^
  1058. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1059.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1060. #pragma GCC diagnostic pop
  1061.                        ^
  1062. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1063.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1064. #pragma GCC diagnostic pop
  1065.                        ^
  1066. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1067.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1068. #pragma GCC diagnostic pop
  1069.                        ^
  1070. 7 warnings generated.
  1071. [ 38%] Built target allpairs
  1072. Scanning dependencies of target astar
  1073. [ 39%] Building C object src/astar/src/CMakeFiles/astar.dir/astar.c.o
  1074. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1075. In file included from /Users/vidhan/pgrouting/src/astar/src/astar.c:30:
  1076. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/postgres_connection.h:31:32: warning:
  1077.       pragma diagnostic expected option name (e.g. "-Wundef")
  1078.       [-Wunknown-pragmas]
  1079. #pragma GCC diagnostic ignored "-pedantic"
  1080.                                ^
  1081. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/postgres_connection.h:46:24: warning:
  1082.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1083. #pragma GCC diagnostic pop
  1084.                        ^
  1085. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/postgres_connection.h:47:24: warning:
  1086.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1087. #pragma GCC diagnostic pop
  1088.                        ^
  1089. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/postgres_connection.h:48:24: warning:
  1090.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1091. #pragma GCC diagnostic pop
  1092.                        ^
  1093. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/postgres_connection.h:66:24: warning:
  1094.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1095. #pragma GCC diagnostic pop
  1096.                        ^
  1097. In file included from /Users/vidhan/pgrouting/src/astar/src/astar.c:36:
  1098. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_types.h:38:32: warning:
  1099.       pragma diagnostic expected option name (e.g. "-Wundef")
  1100.       [-Wunknown-pragmas]
  1101. #pragma GCC diagnostic ignored "-pedantic"
  1102.                                ^
  1103. /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_types.h:44:24: warning:
  1104.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1105. #pragma GCC diagnostic pop
  1106.                        ^
  1107. 7 warnings generated.
  1108. [ 40%] Building CXX object src/astar/src/CMakeFiles/astar.dir/astar_driver.cpp.o
  1109. In file included from /Users/vidhan/pgrouting/src/astar/src/astar_driver.cpp:39:
  1110. In file included from /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_alloc.hpp:38:
  1111. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1112.       pragma diagnostic expected option name (e.g. "-Wundef")
  1113.       [-Wunknown-pragmas]
  1114. #pragma GCC diagnostic ignored "-pedantic"
  1115.                                ^
  1116. In file included from /Users/vidhan/pgrouting/src/astar/src/astar_driver.cpp:39:
  1117. In file included from /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_alloc.hpp:38:
  1118. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1119. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1120. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1121. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1122. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1123. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1124. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1125. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1126. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1127.       'register' storage class specifier is deprecated and incompatible with
  1128.       C++1z [-Wdeprecated-register]
  1129.         register slock_t _res = 1;
  1130.         ^~~~~~~~~
  1131. In file included from /Users/vidhan/pgrouting/src/astar/src/astar_driver.cpp:39:
  1132. In file included from /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_alloc.hpp:38:
  1133. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1134. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1135. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1136. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1137. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1138. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1139. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1140. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1141. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1142. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1143.       'register' storage class specifier is deprecated and incompatible with
  1144.       C++1z [-Wdeprecated-register]
  1145.         register char _res = 1;
  1146.         ^~~~~~~~~
  1147. In file included from /Users/vidhan/pgrouting/src/astar/src/astar_driver.cpp:39:
  1148. In file included from /Users/vidhan/pgrouting/src/astar/src/./../../common/src/pgr_alloc.hpp:38:
  1149. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1150.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1151. #pragma GCC diagnostic pop
  1152.                        ^
  1153. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1154.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1155. #pragma GCC diagnostic pop
  1156.                        ^
  1157. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1158.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1159. #pragma GCC diagnostic pop
  1160.                        ^
  1161. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1162.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1163. #pragma GCC diagnostic pop
  1164.                        ^
  1165. 7 warnings generated.
  1166. [ 40%] Built target astar
  1167. Scanning dependencies of target driving_distance
  1168. [ 41%] Building C object src/driving_distance/src/CMakeFiles/driving_distance.dir/many_to_dist_driving_distance.c.o
  1169. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1170. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/many_to_dist_driving_distance.c:25:
  1171. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:31:32: warning:
  1172.       pragma diagnostic expected option name (e.g. "-Wundef")
  1173.       [-Wunknown-pragmas]
  1174. #pragma GCC diagnostic ignored "-pedantic"
  1175.                                ^
  1176. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:46:24: warning:
  1177.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1178. #pragma GCC diagnostic pop
  1179.                        ^
  1180. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:47:24: warning:
  1181.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1182. #pragma GCC diagnostic pop
  1183.                        ^
  1184. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:48:24: warning:
  1185.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1186. #pragma GCC diagnostic pop
  1187.                        ^
  1188. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:66:24: warning:
  1189.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1190. #pragma GCC diagnostic pop
  1191.                        ^
  1192. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/many_to_dist_driving_distance.c:31:
  1193. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_types.h:38:32: warning:
  1194.       pragma diagnostic expected option name (e.g. "-Wundef")
  1195.       [-Wunknown-pragmas]
  1196. #pragma GCC diagnostic ignored "-pedantic"
  1197.                                ^
  1198. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_types.h:44:24: warning:
  1199.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1200. #pragma GCC diagnostic pop
  1201.                        ^
  1202. 7 warnings generated.
  1203. [ 42%] Building C object src/driving_distance/src/CMakeFiles/driving_distance.dir/many_to_dist_withPointsDD.c.o
  1204. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1205. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/many_to_dist_withPointsDD.c:25:
  1206. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:31:32: warning:
  1207.       pragma diagnostic expected option name (e.g. "-Wundef")
  1208.       [-Wunknown-pragmas]
  1209. #pragma GCC diagnostic ignored "-pedantic"
  1210.                                ^
  1211. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:46:24: warning:
  1212.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1213. #pragma GCC diagnostic pop
  1214.                        ^
  1215. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:47:24: warning:
  1216.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1217. #pragma GCC diagnostic pop
  1218.                        ^
  1219. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:48:24: warning:
  1220.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1221. #pragma GCC diagnostic pop
  1222.                        ^
  1223. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/postgres_connection.h:66:24: warning:
  1224.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1225. #pragma GCC diagnostic pop
  1226.                        ^
  1227. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/many_to_dist_withPointsDD.c:31:
  1228. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_types.h:38:32: warning:
  1229.       pragma diagnostic expected option name (e.g. "-Wundef")
  1230.       [-Wunknown-pragmas]
  1231. #pragma GCC diagnostic ignored "-pedantic"
  1232.                                ^
  1233. /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_types.h:44:24: warning:
  1234.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1235. #pragma GCC diagnostic pop
  1236.                        ^
  1237. 7 warnings generated.
  1238. [ 43%] Building CXX object src/driving_distance/src/CMakeFiles/driving_distance.dir/drivedist_driver.cpp.o
  1239. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/drivedist_driver.cpp:33:
  1240. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/../../common/src/pgr_alloc.hpp:38:
  1241. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1242.       pragma diagnostic expected option name (e.g. "-Wundef")
  1243.       [-Wunknown-pragmas]
  1244. #pragma GCC diagnostic ignored "-pedantic"
  1245.                                ^
  1246. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/drivedist_driver.cpp:33:
  1247. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/../../common/src/pgr_alloc.hpp:38:
  1248. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1249. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1250. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1251. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1252. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1253. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1254. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1255. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1256. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1257.       'register' storage class specifier is deprecated and incompatible with
  1258.       C++1z [-Wdeprecated-register]
  1259.         register slock_t _res = 1;
  1260.         ^~~~~~~~~
  1261. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/drivedist_driver.cpp:33:
  1262. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/../../common/src/pgr_alloc.hpp:38:
  1263. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1264. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1265. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1266. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1267. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1268. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1269. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1270. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1271. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1272. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1273.       'register' storage class specifier is deprecated and incompatible with
  1274.       C++1z [-Wdeprecated-register]
  1275.         register char _res = 1;
  1276.         ^~~~~~~~~
  1277. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/drivedist_driver.cpp:33:
  1278. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/../../common/src/pgr_alloc.hpp:38:
  1279. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1280.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1281. #pragma GCC diagnostic pop
  1282.                        ^
  1283. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1284.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1285. #pragma GCC diagnostic pop
  1286.                        ^
  1287. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1288.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1289. #pragma GCC diagnostic pop
  1290.                        ^
  1291. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1292.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1293. #pragma GCC diagnostic pop
  1294.                        ^
  1295. 7 warnings generated.
  1296. [ 44%] Building CXX object src/driving_distance/src/CMakeFiles/driving_distance.dir/withPoints_dd_driver.cpp.o
  1297. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/withPoints_dd_driver.cpp:42:
  1298. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_alloc.hpp:38:
  1299. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1300.       pragma diagnostic expected option name (e.g. "-Wundef")
  1301.       [-Wunknown-pragmas]
  1302. #pragma GCC diagnostic ignored "-pedantic"
  1303.                                ^
  1304. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/withPoints_dd_driver.cpp:42:
  1305. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_alloc.hpp:38:
  1306. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1307. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1308. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1309. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1310. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1311. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1312. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1313. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1314. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1315.       'register' storage class specifier is deprecated and incompatible with
  1316.       C++1z [-Wdeprecated-register]
  1317.         register slock_t _res = 1;
  1318.         ^~~~~~~~~
  1319. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/withPoints_dd_driver.cpp:42:
  1320. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_alloc.hpp:38:
  1321. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1322. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1323. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1324. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1325. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1326. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1327. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1328. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1329. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1330. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1331.       'register' storage class specifier is deprecated and incompatible with
  1332.       C++1z [-Wdeprecated-register]
  1333.         register char _res = 1;
  1334.         ^~~~~~~~~
  1335. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/withPoints_dd_driver.cpp:42:
  1336. In file included from /Users/vidhan/pgrouting/src/driving_distance/src/./../../common/src/pgr_alloc.hpp:38:
  1337. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1338.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1339. #pragma GCC diagnostic pop
  1340.                        ^
  1341. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1342.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1343. #pragma GCC diagnostic pop
  1344.                        ^
  1345. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1346.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1347. #pragma GCC diagnostic pop
  1348.                        ^
  1349. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1350.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1351. #pragma GCC diagnostic pop
  1352.                        ^
  1353. 7 warnings generated.
  1354. [ 44%] Built target driving_distance
  1355. Scanning dependencies of target ksp
  1356. [ 45%] Building C object src/ksp/src/CMakeFiles/ksp.dir/ksp.c.o
  1357. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1358. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp.c:25:
  1359. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:31:32: warning:
  1360.       pragma diagnostic expected option name (e.g. "-Wundef")
  1361.       [-Wunknown-pragmas]
  1362. #pragma GCC diagnostic ignored "-pedantic"
  1363.                                ^
  1364. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:46:24: warning:
  1365.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1366. #pragma GCC diagnostic pop
  1367.                        ^
  1368. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:47:24: warning:
  1369.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1370. #pragma GCC diagnostic pop
  1371.                        ^
  1372. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:48:24: warning:
  1373.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1374. #pragma GCC diagnostic pop
  1375.                        ^
  1376. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:66:24: warning:
  1377.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1378. #pragma GCC diagnostic pop
  1379.                        ^
  1380. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp.c:30:
  1381. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_types.h:38:32: warning:
  1382.       pragma diagnostic expected option name (e.g. "-Wundef")
  1383.       [-Wunknown-pragmas]
  1384. #pragma GCC diagnostic ignored "-pedantic"
  1385.                                ^
  1386. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_types.h:44:24: warning:
  1387.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1388. #pragma GCC diagnostic pop
  1389.                        ^
  1390. 7 warnings generated.
  1391. [ 46%] Building C object src/ksp/src/CMakeFiles/ksp.dir/withPoints_ksp.c.o
  1392. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1393. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp.c:30:
  1394. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:31:32: warning:
  1395.       pragma diagnostic expected option name (e.g. "-Wundef")
  1396.       [-Wunknown-pragmas]
  1397. #pragma GCC diagnostic ignored "-pedantic"
  1398.                                ^
  1399. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:46:24: warning:
  1400.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1401. #pragma GCC diagnostic pop
  1402.                        ^
  1403. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:47:24: warning:
  1404.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1405. #pragma GCC diagnostic pop
  1406.                        ^
  1407. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:48:24: warning:
  1408.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1409. #pragma GCC diagnostic pop
  1410.                        ^
  1411. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/postgres_connection.h:66:24: warning:
  1412.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1413. #pragma GCC diagnostic pop
  1414.                        ^
  1415. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp.c:33:
  1416. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_types.h:38:32: warning:
  1417.       pragma diagnostic expected option name (e.g. "-Wundef")
  1418.       [-Wunknown-pragmas]
  1419. #pragma GCC diagnostic ignored "-pedantic"
  1420.                                ^
  1421. /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_types.h:44:24: warning:
  1422.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1423. #pragma GCC diagnostic pop
  1424.                        ^
  1425. 7 warnings generated.
  1426. [ 47%] Building CXX object src/ksp/src/CMakeFiles/ksp.dir/withPoints_ksp_driver.cpp.o
  1427. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp_driver.cpp:40:
  1428. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1429. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1430.       pragma diagnostic expected option name (e.g. "-Wundef")
  1431.       [-Wunknown-pragmas]
  1432. #pragma GCC diagnostic ignored "-pedantic"
  1433.                                ^
  1434. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp_driver.cpp:40:
  1435. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1436. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1437. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1438. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1439. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1440. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1441. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1442. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1443. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1444. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1445.       'register' storage class specifier is deprecated and incompatible with
  1446.       C++1z [-Wdeprecated-register]
  1447.         register slock_t _res = 1;
  1448.         ^~~~~~~~~
  1449. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp_driver.cpp:40:
  1450. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1451. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1452. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1453. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1454. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1455. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1456. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1457. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1458. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1459. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1460. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1461.       'register' storage class specifier is deprecated and incompatible with
  1462.       C++1z [-Wdeprecated-register]
  1463.         register char _res = 1;
  1464.         ^~~~~~~~~
  1465. In file included from /Users/vidhan/pgrouting/src/ksp/src/withPoints_ksp_driver.cpp:40:
  1466. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1467. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1468.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1469. #pragma GCC diagnostic pop
  1470.                        ^
  1471. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1472.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1473. #pragma GCC diagnostic pop
  1474.                        ^
  1475. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1476.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1477. #pragma GCC diagnostic pop
  1478.                        ^
  1479. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1480.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1481. #pragma GCC diagnostic pop
  1482.                        ^
  1483. 7 warnings generated.
  1484. [ 48%] Building CXX object src/ksp/src/CMakeFiles/ksp.dir/ksp_driver.cpp.o
  1485. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp_driver.cpp:34:
  1486. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1487. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1488.       pragma diagnostic expected option name (e.g. "-Wundef")
  1489.       [-Wunknown-pragmas]
  1490. #pragma GCC diagnostic ignored "-pedantic"
  1491.                                ^
  1492. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp_driver.cpp:34:
  1493. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1494. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1495. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1496. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1497. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1498. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1499. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1500. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1501. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1502. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1503.       'register' storage class specifier is deprecated and incompatible with
  1504.       C++1z [-Wdeprecated-register]
  1505.         register slock_t _res = 1;
  1506.         ^~~~~~~~~
  1507. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp_driver.cpp:34:
  1508. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1509. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1510. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1511. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1512. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1513. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1514. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1515. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1516. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1517. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1518. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1519.       'register' storage class specifier is deprecated and incompatible with
  1520.       C++1z [-Wdeprecated-register]
  1521.         register char _res = 1;
  1522.         ^~~~~~~~~
  1523. In file included from /Users/vidhan/pgrouting/src/ksp/src/ksp_driver.cpp:34:
  1524. In file included from /Users/vidhan/pgrouting/src/ksp/src/./../../common/src/pgr_alloc.hpp:38:
  1525. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1526.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1527. #pragma GCC diagnostic pop
  1528.                        ^
  1529. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1530.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1531. #pragma GCC diagnostic pop
  1532.                        ^
  1533. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1534.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1535. #pragma GCC diagnostic pop
  1536.                        ^
  1537. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1538.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1539. #pragma GCC diagnostic pop
  1540.                        ^
  1541. 7 warnings generated.
  1542. [ 48%] Built target ksp
  1543. Scanning dependencies of target tsp
  1544. [ 50%] Building C object src/tsp/src/CMakeFiles/tsp.dir/eucledianTSP.c.o
  1545. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1546. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP.c:30:
  1547. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:31:32: warning:
  1548.       pragma diagnostic expected option name (e.g. "-Wundef")
  1549.       [-Wunknown-pragmas]
  1550. #pragma GCC diagnostic ignored "-pedantic"
  1551.                                ^
  1552. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:46:24: warning:
  1553.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1554. #pragma GCC diagnostic pop
  1555.                        ^
  1556. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:47:24: warning:
  1557.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1558. #pragma GCC diagnostic pop
  1559.                        ^
  1560. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:48:24: warning:
  1561.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1562. #pragma GCC diagnostic pop
  1563.                        ^
  1564. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:66:24: warning:
  1565.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1566. #pragma GCC diagnostic pop
  1567.                        ^
  1568. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP.c:36:
  1569. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_types.h:38:32: warning:
  1570.       pragma diagnostic expected option name (e.g. "-Wundef")
  1571.       [-Wunknown-pragmas]
  1572. #pragma GCC diagnostic ignored "-pedantic"
  1573.                                ^
  1574. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_types.h:44:24: warning:
  1575.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1576. #pragma GCC diagnostic pop
  1577.                        ^
  1578. 7 warnings generated.
  1579. [ 51%] Building C object src/tsp/src/CMakeFiles/tsp.dir/newTSP.c.o
  1580. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1581. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP.c:30:
  1582. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:31:32: warning:
  1583.       pragma diagnostic expected option name (e.g. "-Wundef")
  1584.       [-Wunknown-pragmas]
  1585. #pragma GCC diagnostic ignored "-pedantic"
  1586.                                ^
  1587. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:46:24: warning:
  1588.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1589. #pragma GCC diagnostic pop
  1590.                        ^
  1591. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:47:24: warning:
  1592.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1593. #pragma GCC diagnostic pop
  1594.                        ^
  1595. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:48:24: warning:
  1596.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1597. #pragma GCC diagnostic pop
  1598.                        ^
  1599. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/postgres_connection.h:66:24: warning:
  1600.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1601. #pragma GCC diagnostic pop
  1602.                        ^
  1603. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP.c:36:
  1604. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_types.h:38:32: warning:
  1605.       pragma diagnostic expected option name (e.g. "-Wundef")
  1606.       [-Wunknown-pragmas]
  1607. #pragma GCC diagnostic ignored "-pedantic"
  1608.                                ^
  1609. /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_types.h:44:24: warning:
  1610.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1611. #pragma GCC diagnostic pop
  1612.                        ^
  1613. 7 warnings generated.
  1614. [ 52%] Building CXX object src/tsp/src/CMakeFiles/tsp.dir/newTSP_driver.cpp.o
  1615. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP_driver.cpp:40:
  1616. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1617. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1618.       pragma diagnostic expected option name (e.g. "-Wundef")
  1619.       [-Wunknown-pragmas]
  1620. #pragma GCC diagnostic ignored "-pedantic"
  1621.                                ^
  1622. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP_driver.cpp:40:
  1623. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1624. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1625. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1626. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1627. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1628. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1629. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1630. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1631. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1632. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1633.       'register' storage class specifier is deprecated and incompatible with
  1634.       C++1z [-Wdeprecated-register]
  1635.         register slock_t _res = 1;
  1636.         ^~~~~~~~~
  1637. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP_driver.cpp:40:
  1638. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1639. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1640. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1641. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1642. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1643. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1644. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1645. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1646. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1647. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1648. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1649.       'register' storage class specifier is deprecated and incompatible with
  1650.       C++1z [-Wdeprecated-register]
  1651.         register char _res = 1;
  1652.         ^~~~~~~~~
  1653. In file included from /Users/vidhan/pgrouting/src/tsp/src/newTSP_driver.cpp:40:
  1654. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1655. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1656.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1657. #pragma GCC diagnostic pop
  1658.                        ^
  1659. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1660.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1661. #pragma GCC diagnostic pop
  1662.                        ^
  1663. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1664.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1665. #pragma GCC diagnostic pop
  1666.                        ^
  1667. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1668.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1669. #pragma GCC diagnostic pop
  1670.                        ^
  1671. 7 warnings generated.
  1672. [ 53%] Building CXX object src/tsp/src/CMakeFiles/tsp.dir/eucledianTSP_driver.cpp.o
  1673. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP_driver.cpp:41:
  1674. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1675. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1676.       pragma diagnostic expected option name (e.g. "-Wundef")
  1677.       [-Wunknown-pragmas]
  1678. #pragma GCC diagnostic ignored "-pedantic"
  1679.                                ^
  1680. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP_driver.cpp:41:
  1681. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1682. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1683. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1684. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1685. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1686. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1687. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1688. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1689. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1690. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1691.       'register' storage class specifier is deprecated and incompatible with
  1692.       C++1z [-Wdeprecated-register]
  1693.         register slock_t _res = 1;
  1694.         ^~~~~~~~~
  1695. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP_driver.cpp:41:
  1696. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1697. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1698. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1699. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1700. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1701. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1702. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1703. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1704. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1705. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1706. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1707.       'register' storage class specifier is deprecated and incompatible with
  1708.       C++1z [-Wdeprecated-register]
  1709.         register char _res = 1;
  1710.         ^~~~~~~~~
  1711. In file included from /Users/vidhan/pgrouting/src/tsp/src/eucledianTSP_driver.cpp:41:
  1712. In file included from /Users/vidhan/pgrouting/src/tsp/src/./../../common/src/pgr_alloc.hpp:38:
  1713. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1714.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1715. #pragma GCC diagnostic pop
  1716.                        ^
  1717. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1718.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1719. #pragma GCC diagnostic pop
  1720.                        ^
  1721. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1722.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1723. #pragma GCC diagnostic pop
  1724.                        ^
  1725. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1726.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1727. #pragma GCC diagnostic pop
  1728.                        ^
  1729. 7 warnings generated.
  1730. [ 54%] Building CXX object src/tsp/src/CMakeFiles/tsp.dir/Dmatrix.cpp.o
  1731. [ 55%] Building CXX object src/tsp/src/CMakeFiles/tsp.dir/eucledianDmatrix.cpp.o
  1732. [ 56%] Building CXX object src/tsp/src/CMakeFiles/tsp.dir/tour.cpp.o
  1733. [ 56%] Built target tsp
  1734. Scanning dependencies of target alpha_shape
  1735. [ 57%] Building C object src/alpha_shape/src/CMakeFiles/alpha_shape.dir/alpha.c.o
  1736. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1737. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha.c:25:
  1738. /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/postgres_connection.h:31:32: warning:
  1739.       pragma diagnostic expected option name (e.g. "-Wundef")
  1740.       [-Wunknown-pragmas]
  1741. #pragma GCC diagnostic ignored "-pedantic"
  1742.                                ^
  1743. /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/postgres_connection.h:46:24: warning:
  1744.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1745. #pragma GCC diagnostic pop
  1746.                        ^
  1747. /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/postgres_connection.h:47:24: warning:
  1748.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1749. #pragma GCC diagnostic pop
  1750.                        ^
  1751. /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/postgres_connection.h:48:24: warning:
  1752.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1753. #pragma GCC diagnostic pop
  1754.                        ^
  1755. /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/postgres_connection.h:66:24: warning:
  1756.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1757. #pragma GCC diagnostic pop
  1758.                        ^
  1759. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha.c:29:
  1760. /Users/vidhan/pgrouting/src/alpha_shape/src/../../common/src/pgr_types.h:38:32: warning:
  1761.       pragma diagnostic expected option name (e.g. "-Wundef")
  1762.       [-Wunknown-pragmas]
  1763. #pragma GCC diagnostic ignored "-pedantic"
  1764.                                ^
  1765. /Users/vidhan/pgrouting/src/alpha_shape/src/../../common/src/pgr_types.h:44:24: warning:
  1766.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1767. #pragma GCC diagnostic pop
  1768.                        ^
  1769. 7 warnings generated.
  1770. [ 58%] Building CXX object src/alpha_shape/src/CMakeFiles/alpha_shape.dir/alpha_driver.cpp.o
  1771. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha_driver.cpp:50:
  1772. In file included from /usr/local/include/CGAL/Triangulation_euclidean_traits_2.h:25:
  1773. /usr/local/include/CGAL/internal/deprecation_warning.h:57:6: warning: "A
  1774.      deprecated header has been included." [-W#warnings]
  1775. #    warning "A deprecated header has been included."
  1776.      ^
  1777. /usr/local/include/CGAL/internal/deprecation_warning.h:58:13: warning: Warning:
  1778.       The header <CGAL/Triangulation_euclidean_traits_2.h> is deprecated.
  1779.       [-W#pragma-messages]
  1780. #    pragma message (CGAL_INTERNAL_DEPRECATED_MESSAGE)
  1781.             ^
  1782. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha_driver.cpp:62:
  1783. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/pgr_alloc.hpp:38:
  1784. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1785.       pragma diagnostic expected option name (e.g. "-Wundef")
  1786.       [-Wunknown-pragmas]
  1787. #pragma GCC diagnostic ignored "-pedantic"
  1788.                                ^
  1789. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha_driver.cpp:62:
  1790. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/pgr_alloc.hpp:38:
  1791. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1792. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1793. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1794. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1795. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1796. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1797. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1798. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1799. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1800.       'register' storage class specifier is deprecated and incompatible with
  1801.       C++1z [-Wdeprecated-register]
  1802.         register slock_t _res = 1;
  1803.         ^~~~~~~~~
  1804. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha_driver.cpp:62:
  1805. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/pgr_alloc.hpp:38:
  1806. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1807. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1808. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1809. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1810. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1811. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1812. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1813. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1814. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1815. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1816.       'register' storage class specifier is deprecated and incompatible with
  1817.       C++1z [-Wdeprecated-register]
  1818.         register char _res = 1;
  1819.         ^~~~~~~~~
  1820. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/alpha_driver.cpp:62:
  1821. In file included from /Users/vidhan/pgrouting/src/alpha_shape/src/./../../common/src/pgr_alloc.hpp:38:
  1822. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1823.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1824. #pragma GCC diagnostic pop
  1825.                        ^
  1826. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1827.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1828. #pragma GCC diagnostic pop
  1829.                        ^
  1830. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1831.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1832. #pragma GCC diagnostic pop
  1833.                        ^
  1834. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1835.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1836. #pragma GCC diagnostic pop
  1837.                        ^
  1838. 9 warnings generated.
  1839. [ 58%] Built target alpha_shape
  1840. Scanning dependencies of target bdAstar
  1841. [ 59%] Building C object src/bdAstar/src/CMakeFiles/bdAstar.dir/bdAstar.c.o
  1842. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1843. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar.c:30:
  1844. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/postgres_connection.h:31:32: warning:
  1845.       pragma diagnostic expected option name (e.g. "-Wundef")
  1846.       [-Wunknown-pragmas]
  1847. #pragma GCC diagnostic ignored "-pedantic"
  1848.                                ^
  1849. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/postgres_connection.h:46:24: warning:
  1850.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1851. #pragma GCC diagnostic pop
  1852.                        ^
  1853. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/postgres_connection.h:47:24: warning:
  1854.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1855. #pragma GCC diagnostic pop
  1856.                        ^
  1857. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/postgres_connection.h:48:24: warning:
  1858.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1859. #pragma GCC diagnostic pop
  1860.                        ^
  1861. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/postgres_connection.h:66:24: warning:
  1862.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1863. #pragma GCC diagnostic pop
  1864.                        ^
  1865. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar.c:36:
  1866. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_types.h:38:32: warning:
  1867.       pragma diagnostic expected option name (e.g. "-Wundef")
  1868.       [-Wunknown-pragmas]
  1869. #pragma GCC diagnostic ignored "-pedantic"
  1870.                                ^
  1871. /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_types.h:44:24: warning:
  1872.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1873. #pragma GCC diagnostic pop
  1874.                        ^
  1875. 7 warnings generated.
  1876. [ 60%] Building CXX object src/bdAstar/src/CMakeFiles/bdAstar.dir/bdAstar_driver.cpp.o
  1877. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar_driver.cpp:38:
  1878. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_alloc.hpp:38:
  1879. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1880.       pragma diagnostic expected option name (e.g. "-Wundef")
  1881.       [-Wunknown-pragmas]
  1882. #pragma GCC diagnostic ignored "-pedantic"
  1883.                                ^
  1884. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar_driver.cpp:38:
  1885. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_alloc.hpp:38:
  1886. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1887. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1888. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1889. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1890. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1891. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1892. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1893. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1894. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1895.       'register' storage class specifier is deprecated and incompatible with
  1896.       C++1z [-Wdeprecated-register]
  1897.         register slock_t _res = 1;
  1898.         ^~~~~~~~~
  1899. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar_driver.cpp:38:
  1900. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_alloc.hpp:38:
  1901. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1902. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1903. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1904. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1905. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1906. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1907. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1908. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  1909. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  1910. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  1911.       'register' storage class specifier is deprecated and incompatible with
  1912.       C++1z [-Wdeprecated-register]
  1913.         register char _res = 1;
  1914.         ^~~~~~~~~
  1915. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/bdAstar_driver.cpp:38:
  1916. In file included from /Users/vidhan/pgrouting/src/bdAstar/src/./../../common/src/pgr_alloc.hpp:38:
  1917. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  1918.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1919. #pragma GCC diagnostic pop
  1920.                        ^
  1921. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  1922.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1923. #pragma GCC diagnostic pop
  1924.                        ^
  1925. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  1926.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1927. #pragma GCC diagnostic pop
  1928.                        ^
  1929. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  1930.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1931. #pragma GCC diagnostic pop
  1932.                        ^
  1933. 7 warnings generated.
  1934. [ 60%] Built target bdAstar
  1935. Scanning dependencies of target bdDijkstra
  1936. [ 61%] Building C object src/bdDijkstra/src/CMakeFiles/bdDijkstra.dir/bdDijkstra.c.o
  1937. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  1938. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra.c:31:
  1939. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/postgres_connection.h:31:32: warning:
  1940.       pragma diagnostic expected option name (e.g. "-Wundef")
  1941.       [-Wunknown-pragmas]
  1942. #pragma GCC diagnostic ignored "-pedantic"
  1943.                                ^
  1944. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/postgres_connection.h:46:24: warning:
  1945.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1946. #pragma GCC diagnostic pop
  1947.                        ^
  1948. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/postgres_connection.h:47:24: warning:
  1949.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1950. #pragma GCC diagnostic pop
  1951.                        ^
  1952. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/postgres_connection.h:48:24: warning:
  1953.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1954. #pragma GCC diagnostic pop
  1955.                        ^
  1956. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/postgres_connection.h:66:24: warning:
  1957.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1958. #pragma GCC diagnostic pop
  1959.                        ^
  1960. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra.c:38:
  1961. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_types.h:38:32: warning:
  1962.       pragma diagnostic expected option name (e.g. "-Wundef")
  1963.       [-Wunknown-pragmas]
  1964. #pragma GCC diagnostic ignored "-pedantic"
  1965.                                ^
  1966. /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_types.h:44:24: warning:
  1967.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  1968. #pragma GCC diagnostic pop
  1969.                        ^
  1970. 7 warnings generated.
  1971. [ 63%] Building CXX object src/bdDijkstra/src/CMakeFiles/bdDijkstra.dir/bdDijkstra_driver.cpp.o
  1972. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra_driver.cpp:39:
  1973. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  1974. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  1975.       pragma diagnostic expected option name (e.g. "-Wundef")
  1976.       [-Wunknown-pragmas]
  1977. #pragma GCC diagnostic ignored "-pedantic"
  1978.                                ^
  1979. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra_driver.cpp:39:
  1980. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  1981. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1982. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1983. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1984. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  1985. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  1986. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  1987. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  1988. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  1989. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  1990.       'register' storage class specifier is deprecated and incompatible with
  1991.       C++1z [-Wdeprecated-register]
  1992.         register slock_t _res = 1;
  1993.         ^~~~~~~~~
  1994. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra_driver.cpp:39:
  1995. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  1996. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  1997. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  1998. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  1999. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2000. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2001. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2002. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2003. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2004. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2005. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2006.       'register' storage class specifier is deprecated and incompatible with
  2007.       C++1z [-Wdeprecated-register]
  2008.         register char _res = 1;
  2009.         ^~~~~~~~~
  2010. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/bdDijkstra_driver.cpp:39:
  2011. In file included from /Users/vidhan/pgrouting/src/bdDijkstra/src/./../../common/src/pgr_alloc.hpp:38:
  2012. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2013.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2014. #pragma GCC diagnostic pop
  2015.                        ^
  2016. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2017.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2018. #pragma GCC diagnostic pop
  2019.                        ^
  2020. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2021.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2022. #pragma GCC diagnostic pop
  2023.                        ^
  2024. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2025.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2026. #pragma GCC diagnostic pop
  2027.                        ^
  2028. 7 warnings generated.
  2029. [ 63%] Built target bdDijkstra
  2030. Scanning dependencies of target trsp
  2031. [ 64%] Building C object src/trsp/src/CMakeFiles/trsp.dir/trsp.c.o
  2032. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2033. [ 65%] Building CXX object src/trsp/src/CMakeFiles/trsp.dir/trsp_core.cpp.o
  2034. [ 66%] Building CXX object src/trsp/src/CMakeFiles/trsp.dir/GraphDefinition.cpp.o
  2035. [ 66%] Built target trsp
  2036. Scanning dependencies of target max_flow
  2037. [ 67%] Building C object src/max_flow/src/CMakeFiles/max_flow.dir/max_flow.c.o
  2038. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2039. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow.c:30:
  2040. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:31:32: warning:
  2041.       pragma diagnostic expected option name (e.g. "-Wundef")
  2042.       [-Wunknown-pragmas]
  2043. #pragma GCC diagnostic ignored "-pedantic"
  2044.                                ^
  2045. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:46:24: warning:
  2046.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2047. #pragma GCC diagnostic pop
  2048.                        ^
  2049. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:47:24: warning:
  2050.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2051. #pragma GCC diagnostic pop
  2052.                        ^
  2053. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:48:24: warning:
  2054.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2055. #pragma GCC diagnostic pop
  2056.                        ^
  2057. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:66:24: warning:
  2058.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2059. #pragma GCC diagnostic pop
  2060.                        ^
  2061. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow.c:37:
  2062. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:38:32: warning:
  2063.       pragma diagnostic expected option name (e.g. "-Wundef")
  2064.       [-Wunknown-pragmas]
  2065. #pragma GCC diagnostic ignored "-pedantic"
  2066.                                ^
  2067. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:44:24: warning:
  2068.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2069. #pragma GCC diagnostic pop
  2070.                        ^
  2071. 7 warnings generated.
  2072. [ 68%] Building C object src/max_flow/src/CMakeFiles/max_flow.dir/maximum_cardinality_matching.c.o
  2073. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2074. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching.c:30:
  2075. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:31:32: warning:
  2076.       pragma diagnostic expected option name (e.g. "-Wundef")
  2077.       [-Wunknown-pragmas]
  2078. #pragma GCC diagnostic ignored "-pedantic"
  2079.                                ^
  2080. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:46:24: warning:
  2081.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2082. #pragma GCC diagnostic pop
  2083.                        ^
  2084. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:47:24: warning:
  2085.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2086. #pragma GCC diagnostic pop
  2087.                        ^
  2088. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:48:24: warning:
  2089.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2090. #pragma GCC diagnostic pop
  2091.                        ^
  2092. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:66:24: warning:
  2093.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2094. #pragma GCC diagnostic pop
  2095.                        ^
  2096. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching.c:35:
  2097. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:38:32: warning:
  2098.       pragma diagnostic expected option name (e.g. "-Wundef")
  2099.       [-Wunknown-pragmas]
  2100. #pragma GCC diagnostic ignored "-pedantic"
  2101.                                ^
  2102. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:44:24: warning:
  2103.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2104. #pragma GCC diagnostic pop
  2105.                        ^
  2106. 7 warnings generated.
  2107. [ 69%] Building C object src/max_flow/src/CMakeFiles/max_flow.dir/edge_disjoint_paths.c.o
  2108. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2109. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths.c:30:
  2110. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:31:32: warning:
  2111.       pragma diagnostic expected option name (e.g. "-Wundef")
  2112.       [-Wunknown-pragmas]
  2113. #pragma GCC diagnostic ignored "-pedantic"
  2114.                                ^
  2115. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:46:24: warning:
  2116.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2117. #pragma GCC diagnostic pop
  2118.                        ^
  2119. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:47:24: warning:
  2120.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2121. #pragma GCC diagnostic pop
  2122.                        ^
  2123. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:48:24: warning:
  2124.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2125. #pragma GCC diagnostic pop
  2126.                        ^
  2127. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/postgres_connection.h:66:24: warning:
  2128.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2129. #pragma GCC diagnostic pop
  2130.                        ^
  2131. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths.c:36:
  2132. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:38:32: warning:
  2133.       pragma diagnostic expected option name (e.g. "-Wundef")
  2134.       [-Wunknown-pragmas]
  2135. #pragma GCC diagnostic ignored "-pedantic"
  2136.                                ^
  2137. /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_types.h:44:24: warning:
  2138.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2139. #pragma GCC diagnostic pop
  2140.                        ^
  2141. 7 warnings generated.
  2142. [ 70%] Building CXX object src/max_flow/src/CMakeFiles/max_flow.dir/max_flow_driver.cpp.o
  2143. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow_driver.cpp:39:
  2144. In file included from /Users/vidhan/pgrouting/src/max_flow/src/../../common/src/pgr_alloc.hpp:38:
  2145. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2146.       pragma diagnostic expected option name (e.g. "-Wundef")
  2147.       [-Wunknown-pragmas]
  2148. #pragma GCC diagnostic ignored "-pedantic"
  2149.                                ^
  2150. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow_driver.cpp:39:
  2151. In file included from /Users/vidhan/pgrouting/src/max_flow/src/../../common/src/pgr_alloc.hpp:38:
  2152. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2153. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2154. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2155. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2156. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2157. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2158. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2159. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2160. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2161.       'register' storage class specifier is deprecated and incompatible with
  2162.       C++1z [-Wdeprecated-register]
  2163.         register slock_t _res = 1;
  2164.         ^~~~~~~~~
  2165. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow_driver.cpp:39:
  2166. In file included from /Users/vidhan/pgrouting/src/max_flow/src/../../common/src/pgr_alloc.hpp:38:
  2167. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2168. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2169. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2170. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2171. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2172. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2173. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2174. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2175. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2176. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2177.       'register' storage class specifier is deprecated and incompatible with
  2178.       C++1z [-Wdeprecated-register]
  2179.         register char _res = 1;
  2180.         ^~~~~~~~~
  2181. In file included from /Users/vidhan/pgrouting/src/max_flow/src/max_flow_driver.cpp:39:
  2182. In file included from /Users/vidhan/pgrouting/src/max_flow/src/../../common/src/pgr_alloc.hpp:38:
  2183. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2184.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2185. #pragma GCC diagnostic pop
  2186.                        ^
  2187. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2188.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2189. #pragma GCC diagnostic pop
  2190.                        ^
  2191. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2192.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2193. #pragma GCC diagnostic pop
  2194.                        ^
  2195. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2196.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2197. #pragma GCC diagnostic pop
  2198.                        ^
  2199. 7 warnings generated.
  2200. [ 71%] Building CXX object src/max_flow/src/CMakeFiles/max_flow.dir/maximum_cardinality_matching_driver.cpp.o
  2201. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching_driver.cpp:37:
  2202. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2203. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2204.       pragma diagnostic expected option name (e.g. "-Wundef")
  2205.       [-Wunknown-pragmas]
  2206. #pragma GCC diagnostic ignored "-pedantic"
  2207.                                ^
  2208. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching_driver.cpp:37:
  2209. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2210. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2211. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2212. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2213. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2214. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2215. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2216. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2217. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2218. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2219.       'register' storage class specifier is deprecated and incompatible with
  2220.       C++1z [-Wdeprecated-register]
  2221.         register slock_t _res = 1;
  2222.         ^~~~~~~~~
  2223. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching_driver.cpp:37:
  2224. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2225. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2226. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2227. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2228. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2229. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2230. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2231. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2232. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2233. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2234. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2235.       'register' storage class specifier is deprecated and incompatible with
  2236.       C++1z [-Wdeprecated-register]
  2237.         register char _res = 1;
  2238.         ^~~~~~~~~
  2239. In file included from /Users/vidhan/pgrouting/src/max_flow/src/maximum_cardinality_matching_driver.cpp:37:
  2240. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2241. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2242.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2243. #pragma GCC diagnostic pop
  2244.                        ^
  2245. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2246.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2247. #pragma GCC diagnostic pop
  2248.                        ^
  2249. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2250.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2251. #pragma GCC diagnostic pop
  2252.                        ^
  2253. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2254.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2255. #pragma GCC diagnostic pop
  2256.                        ^
  2257. 7 warnings generated.
  2258. [ 72%] Building CXX object src/max_flow/src/CMakeFiles/max_flow.dir/edge_disjoint_paths_driver.cpp.o
  2259. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths_driver.cpp:39:
  2260. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2261. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2262.       pragma diagnostic expected option name (e.g. "-Wundef")
  2263.       [-Wunknown-pragmas]
  2264. #pragma GCC diagnostic ignored "-pedantic"
  2265.                                ^
  2266. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths_driver.cpp:39:
  2267. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2268. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2269. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2270. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2271. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2272. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2273. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2274. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2275. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2276. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2277.       'register' storage class specifier is deprecated and incompatible with
  2278.       C++1z [-Wdeprecated-register]
  2279.         register slock_t _res = 1;
  2280.         ^~~~~~~~~
  2281. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths_driver.cpp:39:
  2282. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2283. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2284. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2285. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2286. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2287. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2288. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2289. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2290. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2291. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2292. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2293.       'register' storage class specifier is deprecated and incompatible with
  2294.       C++1z [-Wdeprecated-register]
  2295.         register char _res = 1;
  2296.         ^~~~~~~~~
  2297. In file included from /Users/vidhan/pgrouting/src/max_flow/src/edge_disjoint_paths_driver.cpp:39:
  2298. In file included from /Users/vidhan/pgrouting/src/max_flow/src/./../../common/src/pgr_alloc.hpp:38:
  2299. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2300.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2301. #pragma GCC diagnostic pop
  2302.                        ^
  2303. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2304.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2305. #pragma GCC diagnostic pop
  2306.                        ^
  2307. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2308.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2309. #pragma GCC diagnostic pop
  2310.                        ^
  2311. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2312.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2313. #pragma GCC diagnostic pop
  2314.                        ^
  2315. 7 warnings generated.
  2316. [ 73%] Building CXX object src/max_flow/src/CMakeFiles/max_flow.dir/pgr_maxflow.cpp.o
  2317. [ 75%] Building CXX object src/max_flow/src/CMakeFiles/max_flow.dir/pgr_flowgraph.cpp.o
  2318. [ 75%] Built target max_flow
  2319. Scanning dependencies of target contraction
  2320. [ 76%] Building C object src/contraction/src/CMakeFiles/contraction.dir/contractGraph.c.o
  2321. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2322. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph.c:30:
  2323. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/postgres_connection.h:31:32: warning:
  2324.       pragma diagnostic expected option name (e.g. "-Wundef")
  2325.       [-Wunknown-pragmas]
  2326. #pragma GCC diagnostic ignored "-pedantic"
  2327.                                ^
  2328. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/postgres_connection.h:46:24: warning:
  2329.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2330. #pragma GCC diagnostic pop
  2331.                        ^
  2332. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/postgres_connection.h:47:24: warning:
  2333.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2334. #pragma GCC diagnostic pop
  2335.                        ^
  2336. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/postgres_connection.h:48:24: warning:
  2337.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2338. #pragma GCC diagnostic pop
  2339.                        ^
  2340. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/postgres_connection.h:66:24: warning:
  2341.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2342. #pragma GCC diagnostic pop
  2343.                        ^
  2344. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph.c:42:
  2345. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_types.h:38:32: warning:
  2346.       pragma diagnostic expected option name (e.g. "-Wundef")
  2347.       [-Wunknown-pragmas]
  2348. #pragma GCC diagnostic ignored "-pedantic"
  2349.                                ^
  2350. /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_types.h:44:24: warning:
  2351.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2352. #pragma GCC diagnostic pop
  2353.                        ^
  2354. 7 warnings generated.
  2355. [ 77%] Building CXX object src/contraction/src/CMakeFiles/contraction.dir/contractGraph_driver.cpp.o
  2356. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph_driver.cpp:40:
  2357. In file included from /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_alloc.hpp:38:
  2358. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2359.       pragma diagnostic expected option name (e.g. "-Wundef")
  2360.       [-Wunknown-pragmas]
  2361. #pragma GCC diagnostic ignored "-pedantic"
  2362.                                ^
  2363. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph_driver.cpp:40:
  2364. In file included from /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_alloc.hpp:38:
  2365. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2366. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2367. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2368. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2369. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2370. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2371. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2372. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2373. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2374.       'register' storage class specifier is deprecated and incompatible with
  2375.       C++1z [-Wdeprecated-register]
  2376.         register slock_t _res = 1;
  2377.         ^~~~~~~~~
  2378. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph_driver.cpp:40:
  2379. In file included from /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_alloc.hpp:38:
  2380. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2381. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2382. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2383. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2384. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2385. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2386. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2387. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2388. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2389. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2390.       'register' storage class specifier is deprecated and incompatible with
  2391.       C++1z [-Wdeprecated-register]
  2392.         register char _res = 1;
  2393.         ^~~~~~~~~
  2394. In file included from /Users/vidhan/pgrouting/src/contraction/src/contractGraph_driver.cpp:40:
  2395. In file included from /Users/vidhan/pgrouting/src/contraction/src/./../../common/src/pgr_alloc.hpp:38:
  2396. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2397.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2398. #pragma GCC diagnostic pop
  2399.                        ^
  2400. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2401.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2402. #pragma GCC diagnostic pop
  2403.                        ^
  2404. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2405.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2406. #pragma GCC diagnostic pop
  2407.                        ^
  2408. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2409.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2410. #pragma GCC diagnostic pop
  2411.                        ^
  2412. 7 warnings generated.
  2413. [ 77%] Built target contraction
  2414. Scanning dependencies of target pickDeliver
  2415. [ 78%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/book_keeping.cpp.o
  2416. [ 79%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/node.cpp.o
  2417. [ 80%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/tw_node.cpp.o
  2418. [ 81%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/vehicle_node.cpp.o
  2419. [ 82%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/order.cpp.o
  2420. [ 83%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/orders.cpp.o
  2421. [ 84%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/fleet.cpp.o
  2422. [ 85%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/vehicle.cpp.o
  2423. [ 86%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/pd_problem.cpp.o
  2424. [ 88%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/vehicle_pickDeliver.cpp.o
  2425. [ 89%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/solution.cpp.o
  2426. [ 90%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/initial_solution.cpp.o
  2427. [ 91%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/optimize.cpp.o
  2428. [ 92%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/pgr_pickDeliver.cpp.o
  2429. [ 93%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/pgr_messages.cpp.o
  2430. [ 94%] Building CXX object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/pickDeliver_driver.cpp.o
  2431. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver_driver.cpp:42:
  2432. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_alloc.hpp:38:
  2433. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2434.       pragma diagnostic expected option name (e.g. "-Wundef")
  2435.       [-Wunknown-pragmas]
  2436. #pragma GCC diagnostic ignored "-pedantic"
  2437.                                ^
  2438. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver_driver.cpp:42:
  2439. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_alloc.hpp:38:
  2440. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2441. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2442. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2443. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2444. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2445. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2446. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2447. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2448. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2449.       'register' storage class specifier is deprecated and incompatible with
  2450.       C++1z [-Wdeprecated-register]
  2451.         register slock_t _res = 1;
  2452.         ^~~~~~~~~
  2453. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver_driver.cpp:42:
  2454. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_alloc.hpp:38:
  2455. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2456. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2457. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2458. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2459. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2460. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2461. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2462. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2463. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2464. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2465.       'register' storage class specifier is deprecated and incompatible with
  2466.       C++1z [-Wdeprecated-register]
  2467.         register char _res = 1;
  2468.         ^~~~~~~~~
  2469. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver_driver.cpp:42:
  2470. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_alloc.hpp:38:
  2471. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2472.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2473. #pragma GCC diagnostic pop
  2474.                        ^
  2475. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2476.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2477. #pragma GCC diagnostic pop
  2478.                        ^
  2479. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2480.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2481. #pragma GCC diagnostic pop
  2482.                        ^
  2483. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2484.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2485. #pragma GCC diagnostic pop
  2486.                        ^
  2487. 7 warnings generated.
  2488. [ 95%] Building C object src/pickDeliver/src/CMakeFiles/pickDeliver.dir/pickDeliver.c.o
  2489. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2490. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver.c:30:
  2491. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/postgres_connection.h:31:32: warning:
  2492.       pragma diagnostic expected option name (e.g. "-Wundef")
  2493.       [-Wunknown-pragmas]
  2494. #pragma GCC diagnostic ignored "-pedantic"
  2495.                                ^
  2496. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/postgres_connection.h:46:24: warning:
  2497.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2498. #pragma GCC diagnostic pop
  2499.                        ^
  2500. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/postgres_connection.h:47:24: warning:
  2501.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2502. #pragma GCC diagnostic pop
  2503.                        ^
  2504. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/postgres_connection.h:48:24: warning:
  2505.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2506. #pragma GCC diagnostic pop
  2507.                        ^
  2508. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/postgres_connection.h:66:24: warning:
  2509.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2510. #pragma GCC diagnostic pop
  2511.                        ^
  2512. In file included from /Users/vidhan/pgrouting/src/pickDeliver/src/pickDeliver.c:36:
  2513. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_types.h:38:32: warning:
  2514.       pragma diagnostic expected option name (e.g. "-Wundef")
  2515.       [-Wunknown-pragmas]
  2516. #pragma GCC diagnostic ignored "-pedantic"
  2517.                                ^
  2518. /Users/vidhan/pgrouting/src/pickDeliver/src/./../../common/src/pgr_types.h:44:24: warning:
  2519.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2520. #pragma GCC diagnostic pop
  2521.                        ^
  2522. 7 warnings generated.
  2523. [ 95%] Built target pickDeliver
  2524. Scanning dependencies of target vrp_basic
  2525. [ 96%] Building C object src/vrp_basic/src/CMakeFiles/vrp_basic.dir/VRP.c.o
  2526. clang: warning: optimization flag '-frounding-math' is not supported [-Wignored-optimization-argument]
  2527. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP.c:24:
  2528. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/postgres_connection.h:31:32: warning:
  2529.       pragma diagnostic expected option name (e.g. "-Wundef")
  2530.       [-Wunknown-pragmas]
  2531. #pragma GCC diagnostic ignored "-pedantic"
  2532.                                ^
  2533. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/postgres_connection.h:46:24: warning:
  2534.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2535. #pragma GCC diagnostic pop
  2536.                        ^
  2537. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/postgres_connection.h:47:24: warning:
  2538.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2539. #pragma GCC diagnostic pop
  2540.                        ^
  2541. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/postgres_connection.h:48:24: warning:
  2542.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2543. #pragma GCC diagnostic pop
  2544.                        ^
  2545. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/postgres_connection.h:66:24: warning:
  2546.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2547. #pragma GCC diagnostic pop
  2548.                        ^
  2549. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP.c:38:
  2550. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/pgr_types.h:38:32: warning:
  2551.       pragma diagnostic expected option name (e.g. "-Wundef")
  2552.       [-Wunknown-pragmas]
  2553. #pragma GCC diagnostic ignored "-pedantic"
  2554.                                ^
  2555. /Users/vidhan/pgrouting/src/vrp_basic/src/./../../common/src/pgr_types.h:44:24: warning:
  2556.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2557. #pragma GCC diagnostic pop
  2558.                        ^
  2559. 7 warnings generated.
  2560. [ 97%] Building CXX object src/vrp_basic/src/CMakeFiles/vrp_basic.dir/VRP_core.cpp.o
  2561. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP_core.cpp:30:
  2562. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/../../common/src/pgr_alloc.hpp:38:
  2563. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:31:32: warning:
  2564.       pragma diagnostic expected option name (e.g. "-Wundef")
  2565.       [-Wunknown-pragmas]
  2566. #pragma GCC diagnostic ignored "-pedantic"
  2567.                                ^
  2568. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP_core.cpp:30:
  2569. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/../../common/src/pgr_alloc.hpp:38:
  2570. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2571. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2572. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2573. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2574. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2575. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2576. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2577. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:22:
  2578. /usr/local/Cellar/postgresql/9.6.3/include/server/storage/s_lock.h:226:2: warning:
  2579.       'register' storage class specifier is deprecated and incompatible with
  2580.       C++1z [-Wdeprecated-register]
  2581.         register slock_t _res = 1;
  2582.         ^~~~~~~~~
  2583. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP_core.cpp:30:
  2584. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/../../common/src/pgr_alloc.hpp:38:
  2585. In file included from /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:43:
  2586. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/spi.h:18:
  2587. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/utils/portal.h:50:
  2588. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/executor/execdesc.h:18:
  2589. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/nodes/execnodes.h:18:
  2590. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/access/heapam.h:22:
  2591. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lock.h:23:
  2592. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/storage/lwlock.h:23:
  2593. In file included from /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics.h:69:
  2594. /usr/local/Cellar/postgresql/9.6.3/include/server/port/atomics/arch-x86.h:143:2: warning:
  2595.       'register' storage class specifier is deprecated and incompatible with
  2596.       C++1z [-Wdeprecated-register]
  2597.         register char _res = 1;
  2598.         ^~~~~~~~~
  2599. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/VRP_core.cpp:30:
  2600. In file included from /Users/vidhan/pgrouting/src/vrp_basic/src/../../common/src/pgr_alloc.hpp:38:
  2601. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:46:24: warning:
  2602.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2603. #pragma GCC diagnostic pop
  2604.                        ^
  2605. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:47:24: warning:
  2606.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2607. #pragma GCC diagnostic pop
  2608.                        ^
  2609. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:48:24: warning:
  2610.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2611. #pragma GCC diagnostic pop
  2612.                        ^
  2613. /Users/vidhan/pgrouting/src/common/src/./postgres_connection.h:66:24: warning:
  2614.       pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  2615. #pragma GCC diagnostic pop
  2616.                        ^
  2617. 7 warnings generated.
  2618. [ 98%] Building CXX object src/vrp_basic/src/CMakeFiles/vrp_basic.dir/VRP_Solver.cpp.o
  2619. [ 98%] Built target vrp_basic
  2620. Scanning dependencies of target pgrouting-2.5
  2621. [100%] Linking CXX shared module lib/libpgrouting-2.5.so
  2622. [100%] Built target pgrouting-2.5
  2623. Password:
  2624. [  0%] Built target ProcessSQLFiles
  2625. [  0%] Built target build-time-sql-directory
  2626. [  7%] Built target withPoints
  2627. [ 29%] Built target common
  2628. [ 33%] Built target dijkstra
  2629. [ 38%] Built target allpairs
  2630. [ 40%] Built target astar
  2631. [ 44%] Built target driving_distance
  2632. [ 48%] Built target ksp
  2633. [ 56%] Built target tsp
  2634. [ 58%] Built target alpha_shape
  2635. [ 60%] Built target bdAstar
  2636. [ 63%] Built target bdDijkstra
  2637. [ 66%] Built target trsp
  2638. [ 75%] Built target max_flow
  2639. [ 77%] Built target contraction
  2640. [ 95%] Built target pickDeliver
  2641. [ 98%] Built target vrp_basic
  2642. [100%] Built target pgrouting-2.5
  2643. Install the project...
  2644. -- Install configuration: "Release"
  2645. -- Installing: /usr/local/lib/postgresql/libpgrouting-2.5.so
  2646. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.5.0.sql
  2647. -- Installing: /usr/local/share/postgresql/extension/pgrouting.control
  2648. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.0.0--2.5.0.sql
  2649. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.0.1--2.5.0.sql
  2650. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.1.0--2.5.0.sql
  2651. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.2.0--2.5.0.sql
  2652. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.2.1--2.5.0.sql
  2653. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.2.2--2.5.0.sql
  2654. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.2.3--2.5.0.sql
  2655. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.2.4--2.5.0.sql
  2656. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.3.0--2.5.0.sql
  2657. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.3.1--2.5.0.sql
  2658. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.3.2--2.5.0.sql
  2659. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.4.0--2.5.0.sql
  2660. -- Installing: /usr/local/share/postgresql/extension/pgrouting--2.4.1--2.5.0.sql
  2661. NOTICE:  database "___pgr___test___" does not exist, skipping
  2662. ./run.sh  206.20s user 13.22s system 70% cpu 5:11.07 total
Add Comment
Please, Sign In to add comment