Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
divine-ltsmin-deb
Commits
1dc5a856
Commit
1dc5a856
authored
Nov 03, 2016
by
Jeroen Meijer
Browse files
ignore warning on clang
parent
7992a787
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/dvecompile.cpp
View file @
1dc5a856
...
...
@@ -171,6 +171,8 @@ void dve_compiler::gen_header()
line
(
"#include <stdint.h>"
);
line
(
"#include <setjmp.h>"
);
line
();
line
(
"#pragma clang diagnostic ignored
\"
-Wparentheses-equality
\"
"
);
line
();
if
(
ltsmin
)
{
// note: everything is 32 bit, this introduces a bug
...
...
Write
Preview
Supports
Markdown
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