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

how should I do to turn off warning #161

Gaiger_Chen
New Contributor I
524 Views

Dear All:

I amd coding by using openmp, so I would use lot #pragma omp

the warning is sick of me when I turn of openmp in linux :

warning #
161: unrecognized # pragma ....

by what option ?

thank you !!
0 Kudos
2 Replies
Judith_W_Intel
Employee
524 Views
Use -diag-disable 161
0 Kudos
mecej4
Honored Contributor III
524 Views
I ccould not get the Search Threads feature of the Forum to locate this thread for me.

I clicked on the link, and entered "how should I do to turn off warning" (without the quotes) into the "" box, and clicked "Search", but received zero finds.

0 Kudos
Reply