Skip to content

Commit

Permalink
Terminate filenames for cpack ignore.
Browse files Browse the repository at this point in the history
Don't error on parentheses warning for now. (GCC 8)
  • Loading branch information
abellgithub committed May 10, 2018
1 parent 598f919 commit f35d65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/cpack.cmake
Expand Up @@ -32,13 +32,13 @@ list(APPEND CPACK_SOURCE_IGNORE_FILES "Makefile")
list(APPEND CPACK_SOURCE_IGNORE_FILES "CMakeFiles")
list(APPEND CPACK_SOURCE_IGNORE_FILES "CTestTestfile.cmake")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/data/local/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/unit/TestConfig.hpp")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/unit/TestConfig.hpp$")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/doxygen/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/build/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/presentations/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/_static/logo/dongle/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/cmake/examples/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "pdal_features.hpp")
list(APPEND CPACK_SOURCE_IGNORE_FILES "pdal_features.hpp$")
list(APPEND CPACK_SOURCE_IGNORE_FILES ".gz2")
list(APPEND CPACK_SOURCE_IGNORE_FILES ".bz2")

Expand Down
1 change: 1 addition & 0 deletions cmake/unix_compiler_options.cmake
Expand Up @@ -29,6 +29,7 @@ function(pdal_target_compile_settings target)
-Wcast-align
-Wcast-qual
-Wno-error=cast-qual
-Wno-error=parentheses
-Wredundant-decls

-Wno-unused-parameter
Expand Down

0 comments on commit f35d65e

Please sign in to comment.