I'm fine with Xcode 4 telling me I have a bug. But this popup almost always has the wrong solution. Is there any way to get rid of him forever?
From what I saw, it looks like you might need to disable the different types of alerts one by one. The list can be found here:
http://developer.apple.com/library/mac/#documentation/DeveloperTools/gcc-4.0.1/gcc/Warning-Options.html#Warning-Options
To change them:
Raise the project navigator and select your project. In the main window that appears, select "All." Under LLVM 2.0 Compiler - Alerts, select Other Warning Flags. Add the "Wno-idiomatic-parentheses" flag for "Debug" and "Release". Now clean and recompile (from if (self = [super init]) - LLVM warning! How do you handle this?
In the apple dev link, I noticed that the following parameter should block all warnings:
-w Inhibit all warning messages.
Source: https://habr.com/ru/post/894606/More articles:java.lang.ClassNotFoundException: javax.servlet.jsp.SkipPageException - javaassembly language in os x - assemblyHow to specify a polymorphic association in a fixture - ruby-on-rails-3How to make the distance between a point and text in an unordered list smaller? - htmlAvfoundation - play and record video (along with audio and preview) at the same time - iphoneSerializing EF4.1 Objects Using JSON.Net - serializationHow to resolve AVCaptureSession v AVAudioSession conflict in iOS? - iosHow to set custom repeat interval for Nslocal notification .....? - objective-cUsing Knockout.js with CouchDB - Update on Change - couchdbJquery ui widget extension - how to access parent event - javascriptAll Articles