]> git.saurik.com Git - apt.git/blobdiff - test/libapt/sourcelist_test.cc
warning: no previous declaration for foobar() [-Wmissing-declarations]
[apt.git] / test / libapt / sourcelist_test.cc
index 0300ce929d38840668a760f7585bf2f7018870a1..e79b6d65e1659ceb240a5955bd52a39f172005fd 100644 (file)
@@ -9,7 +9,7 @@
 char *tempfile = NULL;
 int tempfile_fd = -1;
 
-void remove_tmpfile(void)
+static void remove_tmpfile(void)
 {
    if (tempfile_fd > 0)
       close(tempfile_fd);