Commit b136e5d
committed
Resolve icc 2021 warning about HTS_DEPRECATED_ENUM.
In file included from htslib/synced_bcf_reader.h(59),
from bcf_sr_sort.h(37),
from bcf_sr_sort.c(31):
htslib/hts.h(204): warning #2650: attributes ignored here
json HTS_DEPRECATED_ENUM("Use htsExactFormat 'htsget' instead") = htsget,
Note that the normal HTS_DEPRECATED is fine, so it appears to only be
problematic when used with an enum.
(It's possible this is a new issue in icc 2021, but the licenses have
expired for all the old installs.)1 parent 7ecf4e4 commit b136e5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments