dix: shut up two compiler warnings.
This commit is contained in:
parent
f9edecd1b5
commit
7a550cefd9
|
@ -71,6 +71,7 @@ SOFTWARE.
|
||||||
#endif
|
#endif
|
||||||
#include "privates.h"
|
#include "privates.h"
|
||||||
#include "xace.h"
|
#include "xace.h"
|
||||||
|
#include "mi.h"
|
||||||
|
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
#include "swaprep.h"
|
#include "swaprep.h"
|
||||||
|
|
|
@ -240,7 +240,7 @@ int dix_main(int argc, char *argv[], char *envp[])
|
||||||
int main(int argc, char *argv[], char *envp[])
|
int main(int argc, char *argv[], char *envp[])
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int i, j, k, error;
|
int i, j, k;
|
||||||
char *xauthfile;
|
char *xauthfile;
|
||||||
HWEventQueueType alwaysCheckForInput[2];
|
HWEventQueueType alwaysCheckForInput[2];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue