mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
warning fixes:
tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:28: warning: unused variable ‘ptr’ tdfx_vid_test.c:27: warning: unused variable ‘i’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d2f586664
commit
cbbbb1dbc9
@ -24,8 +24,10 @@ static void print_tdfd_vid_cfg(tdfx_vid_config_t* cfg) {
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int fd,i;
|
||||
unsigned char *mem,*ptr;
|
||||
int fd;
|
||||
unsigned char *mem;
|
||||
/* int i; */
|
||||
/* unsigned char *ptr; */
|
||||
tdfx_vid_agp_move_t move;
|
||||
tdfx_vid_config_t cfg;
|
||||
tdfx_vid_blit_t blit;
|
||||
|
Loading…
Reference in New Issue
Block a user