]> arthur.barton.de Git - ngircd-alex.git/commit
Xcode: fix "-Wuninitialized is not supported without -O"
authorAlexander Barton <alex@barton.de>
Sun, 27 Dec 2009 16:21:37 +0000 (17:21 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 27 Dec 2009 16:21:37 +0000 (17:21 +0100)
commitc62c2d349b718ad71ccabd88a42abe1ee5801ee3
tree1981bf3d806ac3454300022e35983880d125bb13
parent60137a7139cbeb40bb75fa40148c01715436aad5
Xcode: fix "-Wuninitialized is not supported without -O"

Fix Apple Xcode warning "cc1: warning: -Wuninitialized is not supported
without -O" when using the "Debug" build target:

Detection of uninitialized automatic variable requires data flow analsys
that is only enabled during optimized compilation.
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj