#376 closed defect (fixed)
Fix gcc 5.1.0 compiler warnings
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 4.0.0 |
Component: | main | Version: | 3.1.6 |
Keywords: | Cc: |
Description
Gcc 5.1.0 detects unused dummy globals that are declared static, need to remove that to use them for circumventing the clobbered by longjmp warning.
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [481].