dix: shut up two compiler warnings.

This commit is contained in:
Peter Hutterer 2008-05-20 11:07:39 +09:30
parent f9edecd1b5
commit 7a550cefd9
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ SOFTWARE.
#endif
#include "privates.h"
#include "xace.h"
#include "mi.h"
#include "dispatch.h"
#include "swaprep.h"

View File

@ -240,7 +240,7 @@ int dix_main(int argc, char *argv[], char *envp[])
int main(int argc, char *argv[], char *envp[])
#endif
{
int i, j, k, error;
int i, j, k;
char *xauthfile;
HWEventQueueType alwaysCheckForInput[2];