aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-04-28 21:36:03 -0600
committerEric Blake <eblake@redhat.com>2010-05-03 17:07:39 -0600
commit7f31e28c6efa3aba17f1e6ee333135949379be7d (patch)
tree03ac18d5423c489a511652be3b22b9feedd5f725 /.gitignore
parentnwfilter: skip some interfaces on filter update (diff)
downloadlibvirt-7f31e28c6efa3aba17f1e6ee333135949379be7d.tar.gz
libvirt-7f31e28c6efa3aba17f1e6ee333135949379be7d.tar.bz2
libvirt-7f31e28c6efa3aba17f1e6ee333135949379be7d.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8c275f4bb..4faf3840b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*#*#
*.#*#
*.a
+*.exe
*.o
*.orig
*.rej