Created
May 14, 2010 22:01
-
-
Save jasonroelofs/401724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from st_test.cpp:1: | |
st.h:73: error: invalid conversion from ‘int (*)(long int, long int)’ to ‘int (*)()’ | |
st.h:73: error: invalid conversion from ‘int (*)(long int)’ to ‘int (*)()’ | |
st.h:80: error: invalid conversion from ‘int (*)(const char*, const char*)’ to ‘int (*)()’ | |
st.h:80: error: invalid conversion from ‘int (*)(const char*)’ to ‘int (*)()’ | |
st.h:134: error: ‘size’ was not declared in this scope | |
st.h:135: error: expected ‘,’ or ‘;’ before ‘int’ | |
st.h:136: error: expected unqualified-id before ‘{’ token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "st.h" | |
int main(int argc, const char *argv[]) | |
{ | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment