Ticket #1361 (closed bug: fixed)
src/runcore/profiling.c: Can't use attribute nonnull on a non-pointer operand
Reported by: | doughera | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | build | Version: | 1.8.0 |
Severity: | fatal | Keywords: | |
Cc: | Language: | ||
Patch status: | new | Platform: |
Description
As of r42927, gcc-4.3.2 complains about the attribute nonnull on a non-pointer operand:
src/runcore/profiling.c:59: error: nonnull argument references non-pointer operand (argument 1, operand 2)
The attached patch fixes the error by removing the attribute.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.