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

error #858: type qualifier on return type is meaningless

Cheng__Ming
Beginner
809 Views

I am using 

icpc (ICC) 19.0.4.235 20190416

Is there anyway I can disable error #858?

 

0 Kudos
1 Solution
Viet_H_Intel
Moderator
809 Views

try to add -wd858 to command line

View solution in original post

0 Kudos
1 Reply
Viet_H_Intel
Moderator
810 Views

try to add -wd858 to command line

0 Kudos
Reply