RohanBenkar / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

_memcmp() doesn't use p2 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build a proto file.
2.
3.

What is the expected output? What do you see instead?
Expected: Functional version of _memcmp() that uses all arguments, or no 
_memcmp() at all.
Actual: Non-functional version of _memcmp() that can generate an "unused 
arguments" error in certain build environments.

What version of the product are you using? On what operating system?
Using 0.2; building under SMX RTOS targeted to a ColdFire microprocessor.

Please provide any additional information below.

Original issue reported on code.google.com by suzie.ec...@gmail.com on 3 May 2013 at 8:08

GoogleCodeExporter commented 9 years ago
1.0M3

Original comment by suzie.ec...@gmail.com on 3 May 2013 at 8:14

GoogleCodeExporter commented 9 years ago
Fixed this issue. Thank you for the issue report!

Original comment by nvp...@gmail.com on 28 May 2013 at 10:15