mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-21 21:18:36 +00:00
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.