Opened 13 years ago
Closed 13 years ago
#478 closed defect/bug (fixed)
Case issue of navit/navit/graphics/opengl/graphics_opengl.c prevents it from building on a system with a hardened toolchain
Reported by: | worldcitizen | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: | worldcitizen |
Description
Case issue of navit/navit/graphics/opengl/graphics_opengl.c prevents it from building on a system with a hardened toolchain
I get the following error in de openSuSE buildservice: I: Program returns random data in a function E: navit-snapshot no-return-in-nonvoid-function graphics_opengl.c:336
After applying the added patch it works fine.
Attachments (1)
Change History (3)
Changed 13 years ago by worldcitizen
comment:1 Changed 13 years ago by worldcitizen
- Cc worldcitizen added
comment:2 Changed 13 years ago by singesang
- Resolution set to fixed
- Status changed from new to closed
Applied in r2614. Thanks for this patch, w0rldcitizen
Note: See
TracTickets for help on using
tickets.
Patch to solve the case issue in graphics_opengl.c