diff options
author | Karel Zak | 2012-06-06 12:10:41 +0200 |
---|---|---|
committer | Karel Zak | 2012-06-06 12:10:41 +0200 |
commit | 0e60bc9b152a3414c04c50523b5bf555665a6cea (patch) | |
tree | c537c21262310abc2323df9c14c98ea5e56fa632 /.gitignore | |
parent | fdisk: fix io_size usage in new API (diff) | |
download | kernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.tar.gz kernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.tar.xz kernel-qcow2-util-linux-0e60bc9b152a3414c04c50523b5bf555665a6cea.zip |
build-sys: add compiler warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b078deaa..21a68f3ed 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ config/ltmain.sh # util-linux specific macros !m4/ul.m4 +!m4/warnings.m4 |