1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 21:06:16 +00:00
ngircd/contrib/MacOSX/ngIRCd.xcodeproj
Alexander Barton c62c2d349b 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.
2009-12-27 17:21:37 +01:00
..
.gitignore GIT should ignore user preferences files inside Xcode projects. 2008-04-12 23:29:58 +02:00
Makefile.am Include Mac OS X Xcode project in distribution archives. (Part 2) 2008-04-09 19:24:22 +02:00
project.pbxproj Xcode: fix "-Wuninitialized is not supported without -O" 2009-12-27 17:21:37 +01:00