Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

unrecognized #pragma

iccuser
Beginner
673 Views
I've been getting this warning when trying to compile UnRARDll (source code attached):

warning #161: unrecognized #pragma

The #pragma used is this:

#pragma runtime_checks( "s", off )

Is there any reason why this pragma isn't recognized?

I'm using Intel Paraller Composer 12 update 4.

Repro steps:
Unzip the source code, open UnRARDll.sln and build Release|Win32.



0 Kudos
1 Reply
Om_S_Intel
Employee
673 Views
I have submitted a feature request to support this pragma.


I will update the forum users when I have more information on this.
0 Kudos
Reply