HI All,
I am getting error like this while building my application in iOS 4.2
" warning: -Wuninitialized is not supported without -O"
I tried to disable CFlag using -Wno-uninitialized, but it gave me so many other errors.
please anybody can help how to solve this error? I have set my GCC compiler to GCC 4.2
Thanks,
I am getting error like this while building my application in iOS 4.2
" warning: -Wuninitialized is not supported without -O"
I tried to disable CFlag using -Wno-uninitialized, but it gave me so many other errors.
please anybody can help how to solve this error? I have set my GCC compiler to GCC 4.2
Thanks,