Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
James Allenby
JAMP
Commits
6e8fc080
Commit
6e8fc080
authored
Feb 19, 2019
by
James Allenby
Browse files
Enabled paranoid code checks
parent
30cdcdba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
utilities.hh
utilities.hh
+4
-0
No files found.
CMakeLists.txt
View file @
6e8fc080
...
...
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project
(
JAMP
)
set
(
CMAKE_CXX_STANDARD
"17"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wall -Wpedantic -Werror"
)
include_directories
(
"include"
)
...
...
utilities.hh
0 → 100644
View file @
6e8fc080
#ifndef UTILITIES_HH
#define UTILITIES_HH
#endif // UTILITIES_HH
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