diff options
author | Adrian Kummerlaender | 2018-10-02 19:03:53 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-10-02 19:03:53 +0200 |
commit | a4f2280e75e389e06c00e720c80601ab6b69b85e (patch) | |
tree | ebc640105591e6006032c2294abcd5cdc10e06f3 | |
parent | 678c15c7cbcad6ab9b8eee3f1ec3cfb88d2c5e1f (diff) | |
download | InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar.gz InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar.bz2 InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar.lz InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar.xz InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.tar.zst InputXSLT-a4f2280e75e389e06c00e720c80601ab6b69b85e.zip |
Remove inline warnings
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ea124b..c34eaa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(InputXSLT) set( CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -std=c++14 -W -Wall -Wextra -Winline -pedantic" + "${CMAKE_CXX_FLAGS} -std=c++14 -W -Wall -Wextra -pedantic" ) include_directories( |