mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01ef7e4579
commit
ec3cc468ca
@ -105,7 +105,7 @@ store32(char *d, unsigned int v)
|
||||
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
main(void)
|
||||
{
|
||||
cpuid_regs_t regs, regs_ext;
|
||||
char idstr[13];
|
||||
|
@ -18,7 +18,7 @@ void* GetProcAddress(void* handle,char* func);
|
||||
#define __cdecl __attribute__((__cdecl__))
|
||||
#define APIENTRY
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
int main(void) {
|
||||
void *handler;
|
||||
ComponentDescription desc;
|
||||
Component (*FindNextComponent)(Component prev,ComponentDescription* desc);
|
||||
|
@ -33,7 +33,7 @@ unsigned int* x_table[0x00001837];
|
||||
|
||||
static OSErr (*InitializeQTML)(long flags);
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
int main(void) {
|
||||
void *handler;
|
||||
void *handler2;
|
||||
void* theqtdp=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user