Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
d721133a38
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;