瀏覽代碼

libcompat: Add a dummy symbol to the empty module

This avoids warnings on systems that do not like a completely empty
object file, or an empty output after the preprocessor has run.
Guillem Jover 14 年之前
父節點
當前提交
d721133a38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/compat/empty.c

+ 1 - 0
lib/compat/empty.c

@@ -1 +1,2 @@
 /* Some implementations of ar cannot create an empty archive. */
+int libdpkg_empty_dummy_symbol;