Incredibuild Support has moved! Come join us at:
Preprocessor references to files are parsed when in the scope of #ifdef statements
Posted by - NA -, Last modified by Yoni Davidson on 27 December 2017 09:11 AM
|
|
Issues:
Cause: IncrediBuild parses all preprocessor reference files, including conditional statements within your source code. The warning described occurs in cases where an #import statement appears within one of these parsed portions of code. If yours source code includes many #include statements where you have multiple coniditional statements, removing thee lines of code may have an improvement on compilation speed. Fix: Add the "no_implementation" attribute to the #import statements you have used, or just delete the #import directives from your pre-compiled header files. Also, please refer to the following link and search for "I'm getting the following warning: "IncrediBuild: build system warning: #import directives in the precompiled header should use the no_implementation attribute. See FAQ section in documentation for more details.". What's wrong?" for a more detailed reference. http://www.incredibuild.com/webhelp/webframe.htm#detailed_reference7.html | |
|