Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
d324c81d
Commit
d324c81d
authored
Sep 09, 2015
by
Thomas Jahns
🤸
Browse files
Fix warnings from cgribexlib for clang also.
parent
026c01f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
d324c81d
...
...
@@ -3,7 +3,7 @@
/* CGRIBEXLIB_VERSION="1.7.2" */
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)
|| defined (__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wsign-conversion"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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