Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
0563888b
Commit
0563888b
authored
Sep 20, 2017
by
filatov
Browse files
supress warning
parent
92a64fd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/itscertgen/generator/certgen.c
View file @
0563888b
...
@@ -1393,7 +1393,6 @@ static int location_tag (cxml_handler_t* const _h, cxml_tag_t * const tag)
...
@@ -1393,7 +1393,6 @@ static int location_tag (cxml_handler_t* const _h, cxml_tag_t * const tag)
absolute
=
cstrequal
(
v
,
"absolute"
);
absolute
=
cstrequal
(
v
,
"absolute"
);
v
=
cxml_tag_attr_value
(
tag
,
"latitude"
);
v
=
cxml_tag_attr_value
(
tag
,
"latitude"
);
int
relative
=
1
;
if
(
v
==
NULL
){
if
(
v
==
NULL
){
fprintf
(
stderr
,
"ERROR: Latitude must be specified for location.
\n
"
);
fprintf
(
stderr
,
"ERROR: Latitude must be specified for location.
\n
"
);
return
-
1
;
return
-
1
;
...
...
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