mirror of https://github.com/mpv-player/mpv
Remove one more pointless and gcc-specific __attribute__ ((unused)).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fdb59804aa
commit
d4ea9155a7
|
@ -92,7 +92,7 @@ static int find_chip(unsigned int vendor, uint32_t chip_id)
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue