Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
27eaf82a
Commit
27eaf82a
authored
Apr 13, 2018
by
Bi-Ruei, Chiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning : function declaration isn’t a prototype
parent
20879ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
skeletons/constr_TYPE.h
skeletons/constr_TYPE.h
+2
-2
No files found.
skeletons/constr_TYPE.h
View file @
27eaf82a
...
@@ -44,8 +44,8 @@ typedef struct asn_struct_ctx_s {
...
@@ -44,8 +44,8 @@ typedef struct asn_struct_ctx_s {
#include <asn_random_fill.h>
/* Random structures support */
#include <asn_random_fill.h>
/* Random structures support */
#ifdef ASN_DISABLE_OER_SUPPORT
#ifdef ASN_DISABLE_OER_SUPPORT
typedef
void
(
oer_type_decoder_f
)();
typedef
void
(
oer_type_decoder_f
)(
void
);
typedef
void
(
oer_type_encoder_f
)();
typedef
void
(
oer_type_encoder_f
)(
void
);
typedef
void
asn_oer_constraints_t
;
typedef
void
asn_oer_constraints_t
;
#else
#else
#include <oer_decoder.h>
/* Octet Encoding Rules encoder */
#include <oer_decoder.h>
/* Octet Encoding Rules encoder */
...
...
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