branches with status:
Name Status Last Modified Last Commit
lp:~amdmi3/stratagus/cxx11-narrowing (Has a merge proposal) 1 Development 2015-05-14 00:35:29 UTC
9013. Fix c++11 narrowing error src/vi...

Author: Dmitry Marakasov
Revision Date: 2015-05-14 00:34:02 UTC

Fix c++11 narrowing error

src/video/mng.cpp:301:20: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                    SDL_Rect rect = {x, y, surface->w, surface->h};
                                     ^

lp:~amdmi3/stratagus/macro-space (Has a merge proposal) 1 Development 2015-05-13 23:50:52 UTC
9013. [-] Fix compilation with c++11 by add...

Author: Dmitry Marakasov
Revision Date: 2015-05-13 23:49:54 UTC

[-] Fix compilation with c++11 by adding space between string literal and macro

12 of 2 results