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

error #858: type qualifier on return type is meaningless

Cheng__Ming
Beginner
845 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
845 Views

try to add -wd858 to command line

View solution in original post

0 Kudos
1 Reply
Viet_H_Intel
Moderator
846 Views

try to add -wd858 to command line

0 Kudos
Reply