Sfoglia il codice sorgente

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 anni fa
parent
commit
d721133a38
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;