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:
diego 2009-02-17 12:00:43 +00:00
parent 01ef7e4579
commit ec3cc468ca
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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