mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
fix some warnings
---------------------------------------------------------------------- svn path=/trunk/; revision=3926
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: irql.c,v 1.8 2003/01/02 16:07:49 hbirr Exp $
|
||||
/* $Id: irql.c,v 1.9 2003/01/03 00:28:07 guido Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -34,7 +34,7 @@ typedef union
|
||||
{
|
||||
BYTE master;
|
||||
BYTE slave;
|
||||
}
|
||||
};
|
||||
}
|
||||
PIC_MASK;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Id: genntdll.c,v 1.11 2002/07/04 19:56:33 dwelch Exp $
|
||||
/* $Id: genntdll.c,v 1.12 2003/01/03 00:28:07 guido Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS version of ntdll
|
||||
@@ -29,7 +29,7 @@
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
void write_syscall_stub(FILE* out, FILE* out3, char* name, char* name2,
|
||||
unsigned int nr_args, unsigned int sys_call_idx)
|
||||
char* nr_args, unsigned int sys_call_idx)
|
||||
{
|
||||
#ifdef PARAMETERIZED_LIBS
|
||||
fprintf(out,"__asm__(\"\\n\\t.global _%s@%s\\n\\t\"\n",name,nr_args);
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define NULL ((void*)0)
|
||||
|
||||
#define IMAGE_DOS_MAGIC 0x5a4d
|
||||
#define IMAGE_PE_MAGIC 0x00004550
|
||||
|
||||
|
||||
Reference in New Issue
Block a user