glmark2 fails to build with gcc 4.8+
Bug #1091052 reported by
Bernhard Rosenkraenzer
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| glmark2 |
Fix Committed
|
Undecided
|
Bernhard Rosenkraenzer | ||
Bug Description
glmark2 fails to build with gcc 4.8 because the "%s"m construct in the internal png.h copy is misinterpreted as a C++11 string literal.
Related branches
| Changed in glmark2: | |
| status: | New → Fix Committed |
| assignee: | nobody → Bernhard Rosenkraenzer (berolinux) |
To post a comment you must log in.
Silly question: why is C code being interpreted as C++11 at all?