summaryrefslogtreecommitdiff
path: root/src/htscore.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-10 20:27:13 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-10 20:27:13 +0000
commit713b83f7b406858269863d92865b715470d6335c (patch)
tree79eb2733939d29388f0776f68da4b053427a61c9 /src/htscore.h
parent82e61ae9d68114bdcd6fafdb8bf823ae9ce69bef (diff)
Added the following compiler flags:
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
Diffstat (limited to 'src/htscore.h')
-rw-r--r--src/htscore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.h b/src/htscore.h
index 48785f7..c3572cb 100644
--- a/src/htscore.h
+++ b/src/htscore.h
@@ -201,7 +201,7 @@ typedef struct hash_struct hash_struct;
#endif
struct hash_struct {
/* Links big array reference */
- const lien_url ***liens;
+ const lien_url *const*const*liens;
/* Savename (case insensitive ; lowercased) */
inthash sav;
/* Address and path */