Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
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
protobuf-c
Commits
3c214bce
Commit
3c214bce
authored
May 02, 2016
by
Tomasz Wasilczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bigendian -Wunused-label warning
parent
9f4cbec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
protobuf-c/protobuf-c.c
protobuf-c/protobuf-c.c
+2
-0
No files found.
protobuf-c/protobuf-c.c
View file @
3c214bce
...
...
@@ -1761,9 +1761,11 @@ pack_buffer_packed_payload(const ProtobufCFieldDescriptor *field,
}
return
rv
;
#if !defined(WORDS_BIGENDIAN)
no_packing_needed:
buffer
->
append
(
buffer
,
rv
,
array
);
return
rv
;
#endif
}
static
size_t
...
...
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