]> git.ipfire.org Git - thirdparty/vala.git/commit
Always initialize temp variables to fix fatal warnings of GCC 4.8
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 12 Jun 2013 20:56:36 +0000 (22:56 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 12 Jun 2013 20:59:51 +0000 (22:59 +0200)
commiteeb861dfba147bc37cfc7a9c22e1b582cf20ff31
treec30cf678a855a0c2ac6fc531e012167d8f78ee5f
parent73e553ac3488d641fb08b275bcf2636e3cf0de67
Always initialize temp variables to fix fatal warnings of GCC 4.8

GCC 4.8 is being strict on possible uninitialized variables.
This may or not may be a temporary solution. Always initializing
variables shouldn't be a problem, apart missing possible bugs
in the generated code.
codegen/valaccodebasemodule.vala
vala/valalocalvariable.vala