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
Caitlin Ross
codes
Commits
71d43f48
Commit
71d43f48
authored
Apr 21, 2015
by
Jonathan Jenkins
Browse files
warning squash - cast away const
parent
7adde468
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/codes_mapping.c
View file @
71d43f48
...
...
@@ -425,7 +425,8 @@ static void codes_mapping_init(void)
tw_error
(
TW_LOC
,
"could not find LP with type name
\"
%s
\"
, "
"did you forget to register the LP?
\n
"
,
lp_type_name
);
else
tw_lp_settype
(
ross_lid
,
lptype
);
/* sorry, const... */
tw_lp_settype
(
ross_lid
,
(
tw_lptype
*
)
lptype
);
}
return
;
}
...
...
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