Skip to content

Instantly share code, notes, and snippets.

@abissell
Created January 13, 2014 07:47
Show Gist options
  • Save abissell/96cd628dd3752b47df34 to your computer and use it in GitHub Desktop.
Save abissell/96cd628dd3752b47df34 to your computer and use it in GitHub Desktop.
chkd_array_demo.c:268:11: error: initializing 'float' with an expression of
incompatible type 'int *'
float *f_ptr = CHKD_ARRAY_GET(int_array, 2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment