1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

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:
diego 2008-09-23 20:53:46 +00:00
parent fdb59804aa
commit d4ea9155a7

View File

@ -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;