Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306851 Details for
Bug 409871
games-strategy/warmux-11.04.1 - In constructor ‘Action::Action(const char*, DistantComputer*)’: ./action/action.cpp:88:18: error: reinterpret_cast from type ‘const char*’ to type ‘Uint32* {aka unsigned int*}’ casts away qualifiers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
warmux-11.04.01-sdl-net.patch
warmux.patch (text/plain), 549 bytes, created by
Martin Jansa
on 2012-03-27 13:19:34 UTC
(
hide
)
Description:
warmux-11.04.01-sdl-net.patch
Filename:
MIME Type:
Creator:
Martin Jansa
Created:
2012-03-27 13:19:34 UTC
Size:
549 bytes
patch
obsolete
>diff -uNr warmux-11.04.orig/lib/warmux/action/action.cpp warmux-11.04/lib/warmux/action/action.cpp >--- warmux-11.04.orig/lib/warmux/action/action.cpp 2012-03-27 15:18:08.440709875 +0200 >+++ warmux-11.04/lib/warmux/action/action.cpp 2012-03-27 15:17:44.871711354 +0200 >@@ -85,7 +85,7 @@ > { > m_creator = _creator; > >- m_header.len = SDLNet_Read32(buffer); >+ m_header.len = SDLNet_Read32((void *)buffer); > ASSERT(m_header.len >= sizeof(Header)); > buffer += 4; > // All of the following could be skipped for the actions we now,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 409871
: 306851 |
308927