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
5037f542
Commit
5037f542
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Appease strict checks by latest GCC.
parent
658cc532
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_vdm_skeletons.c
View file @
5037f542
...
...
@@ -46,7 +46,7 @@ void vdm_gw_preamble(FV * fv)
"{
\n
"
" //%s_const_init();
\n
"
" //%s_static_init();
\n
"
" %s = _Z%
d
%sEV(NULL);
\n
"
" %s = _Z%
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