Mercurial > mplayer.hg
changeset 27626:f1cf3ca453b6
Remove one more pointless and gcc-specific __attribute__ ((unused)).
author | diego |
---|---|
date | Tue, 23 Sep 2008 20:53:46 +0000 |
parents | 79f8fefa53df |
children | e556941ac76b |
files | vidix/pm2_vid.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/pm2_vid.c Tue Sep 23 20:53:08 2008 +0000 +++ b/vidix/pm2_vid.c Tue Sep 23 20:53:46 2008 +0000 @@ -92,7 +92,7 @@ return -1; } -static int pm2_probe(int verbose, int force __attribute__ ((unused))) +static int pm2_probe(int verbose, int force) { pciinfo_t lst[MAX_PCI_DEVICES]; unsigned i,num_pci;