apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Const correctness errors in mupen64plus-1.5 #261

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution: GARstow
 - Machine type: IA32
 - Mupen64Plus version: 1.5
 - Plugins used: none (yet)

Describe the problem:

mupen64plus-1.5 fails to compile with GCC 4.4 owing to a couple of lines in 
glide64 that use 
a string constant as a "char *" (instead of a "const char *"). Patch attached.

Original issue reported on code.google.com by ats-goog...@offog.org on 4 Sep 2009 at 1:07

Attachments:

GoogleCodeExporter commented 8 years ago
This more an glibc 2.10 "problem" as they started to use const keyword for 
strstr.
This patch logs good and is similar to the one we use for debian/ubuntu.

Original comment by sven@narfation.org on 9 Sep 2009 at 7:21

GoogleCodeExporter commented 8 years ago
thanks, fixed rev 1407.

Original comment by richard...@gmail.com on 29 Sep 2009 at 3:33