Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2a0ae1c9
Commit
2a0ae1c9
authored
Mar 07, 2017
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-11965 -Werror should not appear in released tarballs
parent
5d40ed86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
...ge/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
+3
-3
No files found.
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
View file @
2a0ae1c9
...
@@ -161,9 +161,9 @@ if (NOT CMAKE_CXX_COMPILER_ID STREQUAL Clang)
...
@@ -161,9 +161,9 @@ if (NOT CMAKE_CXX_COMPILER_ID STREQUAL Clang)
set_cflags_if_supported
(
-Wcast-align
)
set_cflags_if_supported
(
-Wcast-align
)
endif
()
endif
()
## always want these
## always want these
in debug builds
set
(
CMAKE_C_FLAGS
"-Wall -Werror
${
CMAKE_C_FLAGS
}
"
)
set
(
CMAKE_C_FLAGS
_DEBUG
"-Wall -Werror
${
CMAKE_C_FLAGS_DEBUG
}
"
)
set
(
CMAKE_CXX_FLAGS
"-Wall -Werror
${
CMAKE_CXX_FLAGS
}
"
)
set
(
CMAKE_CXX_FLAGS
_DEBUG
"-Wall -Werror
${
CMAKE_CXX_FLAGS_DEBUG
}
"
)
# pick language dialect
# pick language dialect
set
(
CMAKE_C_FLAGS
"-std=c99
${
CMAKE_C_FLAGS
}
"
)
set
(
CMAKE_C_FLAGS
"-std=c99
${
CMAKE_C_FLAGS
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment