File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ ADD_COMPILE_FLAGS(
111
111
COMPILE_FLAGS -I${BOOST_PATCHES_DIR} -I${BOOST_INCLUDE_DIR}
112
112
)
113
113
114
- # Boost Geometry source has unused local typedefs.
114
+ # Boost source has unused local typedefs.
115
115
MY_CHECK_CXX_COMPILER_FLAG ("-Wno-unused-local-typedefs" HAVE_NO_UNUSED_TYPEDEFS )
116
116
IF (HAVE_NO_UNUSED_TYPEDEFS )
117
117
ADD_COMPILE_FLAGS (
@@ -120,6 +120,7 @@ IF(HAVE_NO_UNUSED_TYPEDEFS)
120
120
../sql/item_geofunc_relchecks.cc
121
121
../sql/item_geofunc_relchecks_bgwrap.cc
122
122
../sql/item_geofunc_setops.cc
123
+ ../sql/item_json_func.cc
123
124
COMPILE_FLAGS "-Wno-unused-local-typedefs"
124
125
)
125
126
ENDIF ()
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ ADD_COMPILE_FLAGS(
295
295
COMPILE_FLAGS -I${BOOST_PATCHES_DIR} -I${BOOST_INCLUDE_DIR}
296
296
)
297
297
298
- # Boost Geometry source has unused local typedefs.
298
+ # Boost source has unused local typedefs.
299
299
MY_CHECK_CXX_COMPILER_FLAG ("-Wno-unused-local-typedefs" HAVE_NO_UNUSED_TYPEDEFS )
300
300
IF (HAVE_NO_UNUSED_TYPEDEFS )
301
301
ADD_COMPILE_FLAGS (
@@ -304,6 +304,7 @@ IF(HAVE_NO_UNUSED_TYPEDEFS)
304
304
item_geofunc_relchecks.cc
305
305
item_geofunc_relchecks_bgwrap.cc
306
306
item_geofunc_setops.cc
307
+ item_json_func.cc
307
308
COMPILE_FLAGS "-Wno-unused-local-typedefs"
308
309
)
309
310
ENDIF ()
You can’t perform that action at this time.
0 commit comments