From: Daniel Hokka Zakrisson Date: Mon, 5 Feb 2007 20:45:25 +0000 (+0000) Subject: Really silence the warning. X-Git-Tag: release-0.30.214~115 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa999e73112c531ceccdd6c3e7cf023a6d6decd;p=util-vserver.git Really silence the warning. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2490 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/vdevmap.c b/src/vdevmap.c index 0cc1afe..1a9c9a4 100644 --- a/src/vdevmap.c +++ b/src/vdevmap.c @@ -85,7 +85,7 @@ int main(int argc, char *argv[]) uint32_t flags = 0; char *device = NULL; char *target = NULL; - long tmp = 0; + unsigned long tmp = 0; while (1) { int c = getopt_long(argc, argv, "+x:ocrf:d:t:", CMDLINE_OPTIONS, 0);