Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
933e889e
Commit
933e889e
authored
Apr 18, 2016
by
Lynn Garren
Browse files
remove unmatched pragma diagnostic pop lines
parent
8304581a
Changes
1
Hide whitespace changes
Inline
Side-by-side
GenericFunctions/test/testGenericFunctions.cc
View file @
933e889e
...
...
@@ -49,11 +49,3 @@ int main(int, char **) {
std
::
cout
<<
"GenericFunctions autotest has passed"
<<
std
::
endl
;
return
0
;
}
#if defined __GNUC__
#if __GNUC__ > 3 && __GNUC_MINOR__ > 6
#pragma GCC diagnostic pop
#endif
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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