This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 35ce6c228a082449cd862afe467b612c7be315f8
Author: Piotr Dziwinski <piot...@gmail.com>
Date:   Tue May 19 23:03:17 2015 +0200

    Fix gcc warning
---
 src/common/resources/inputstreambuffer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/resources/inputstreambuffer.cpp 
b/src/common/resources/inputstreambuffer.cpp
index 9ac1fec..88defef 100644
--- a/src/common/resources/inputstreambuffer.cpp
+++ b/src/common/resources/inputstreambuffer.cpp
@@ -102,7 +102,7 @@ std::streampos CInputStreamBuffer::seekoff(std::streamoff 
off, std::ios_base::se
        * egtpr - end of block
        off argument is relative to way */
 
-    std::streamoff new_position;
+    std::streamoff new_position{};
 
     switch (way)
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to