Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
In related news, Travis is no longer failing builds which
throw new warnings
  • Loading branch information
nyalldawson committed Oct 24, 2017
1 parent ea0e09b commit 8514fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/CMakeLists.txt
Expand Up @@ -124,7 +124,6 @@ SET(QGIS_ANALYSIS_MOC_HDRS
vector/geometry_checker/qgsgeometryanglecheck.h
vector/geometry_checker/qgsgeometryareacheck.h
vector/geometry_checker/qgsgeometrychecker.h
vector/geometry_checker/qgsgeometrycheckerutils.h
vector/geometry_checker/qgsgeometrycheck.h
vector/geometry_checker/qgsgeometrycontainedcheck.h
vector/geometry_checker/qgsgeometrydanglecheck.h
Expand Down Expand Up @@ -202,6 +201,7 @@ SET(QGIS_ANALYSIS_HDRS
vector/mersenne-twister.h
vector/qgsgeometrysnapper.h
vector/qgszonalstatistics.h
vector/geometry_checker/qgsgeometrycheckerutils.h

interpolation/qgsinterpolator.h
interpolation/qgsgridfilewriter.h
Expand Down

0 comments on commit 8514fa3

Please sign in to comment.