Skip to content

Instantly share code, notes, and snippets.

@jasonroelofs
Created May 14, 2010 22:01
Show Gist options
  • Save jasonroelofs/401724 to your computer and use it in GitHub Desktop.
Save jasonroelofs/401724 to your computer and use it in GitHub Desktop.
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
#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