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

Failing on nested comments when updating to version 19

Test_qa_ge_T_Intel
357 Views

Hi,

My project includes "ipp.h" and compiles with ICC 18.4.

I use -Wall flag.

When I try to upgrade to version 19 (19.0.1.144 20181018) I fail due to:

parallel_studio/compilers_and_libraries_2019.1.144/linux/ipp/include/ippcv_l.h(483): error #9: nested comment is not allowed

Couldn't find a way to disable this warning.

0 Kudos
2 Replies
Viet_H_Intel
Moderator
357 Views

You can add -wd9 to disable it. 

0 Kudos
Test_qa_ge_T_Intel
357 Views

Hi, thanks for the reply.

But shouldn't the official release be able to compile without warnings?

How can this be fixed? 

0 Kudos
Reply