From 7f31e28c6efa3aba17f1e6ee333135949379be7d Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 28 Apr 2010 21:36:03 -0600 Subject: build: avoid compiler warning Necessary on cygwin, where uid_t and gid_t are 4-byte long rather than int, causing gcc -Wformat warnings. * src/util/util.c (virFileOperationNoFork, virDirCreateNoFork) (virFileOperation, virDirCreate, virGetUserEnt): Cast uid_t and gid_t before passing to printf. * .gitignore: Ignore Windows executables. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8c275f4bb..4faf3840b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *#*# *.#*# *.a +*.exe *.o *.orig *.rej -- cgit v1.2.3-65-gdbad