Mercurial > sdl-ios-xcode
comparison test/testdyngl.c @ 1439:4d3bb026cd16
Fixed warnings in -pedantic mode
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 05:02:14 +0000 |
parents | b5d4f280c960 |
children | ae78374ac894 |
comparison
equal
deleted
inserted
replaced
1438:1f4f09641645 | 1439:4d3bb026cd16 |
---|---|
40 else | 40 else |
41 { | 41 { |
42 printf("Unable to get function pointer for %s\n",p); | 42 printf("Unable to get function pointer for %s\n",p); |
43 quit(1); | 43 quit(1); |
44 } | 44 } |
45 return NULL; | |
45 } | 46 } |
46 | 47 |
47 typedef struct | 48 typedef struct |
48 { | 49 { |
49 void(APIENTRY*glBegin)(GLenum); | 50 void(APIENTRY*glBegin)(GLenum); |