LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   warning: ‘__stdcall__’ attribute ignored (https://www.linuxquestions.org/questions/programming-9/warning-__stdcall__-attribute-ignored-680792/)

yhus 11-03-2008 06:17 AM

warning: ‘__stdcall__’ attribute ignored
 
Hi,

I am compiling a C++ program with a third party library and header file and I've got many following warning messages:

warning: ‘__stdcall__’ attribute ignored
warning: ‘__stdcall__’ attribute ignored
warning: ‘__stdcall__’ attribute ignored

What is that problem and how can I fix it?

Thank you.

Jim

dwhitney67 11-03-2008 07:51 AM

One solution is to comment out all of your code.

Another solution would be for you to post some of your code where you think (or know) where the warning is occurring.


All times are GMT -5. The time now is 12:28 PM.