Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
02d7f3e9
Commit
02d7f3e9
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Appease strict checks by latest GCC.
parent
5037f542
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_vdm_skeletons.c
View file @
02d7f3e9
...
...
@@ -46,7 +46,7 @@ void vdm_gw_preamble(FV * fv)
"{
\n
"
" //%s_const_init();
\n
"
" //%s_static_init();
\n
"
" %s = _Z%u%sEV(NULL);
\n
"
" %s = _Z%
l
u%sEV(NULL);
\n
"
" CALL_FUNC(%s, %s, %s, CLASS_%s__Z7StartupEV);
\n
"
"}
\n\n
"
,
fv
->
name
,
...
...
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