mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
erasure: add dummy symbol to avoid warnings
Empty object files generate warning. Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
5b77533404
commit
ce8b26e89d
@ -1 +1,4 @@
|
||||
// missing int __erasure_code_init(char *plugin_name) {}
|
||||
|
||||
// avoid warnings about library containing no symbols
|
||||
int __this_is_an_used_variable_to_avoid_warnings;
|
||||
|
Loading…
Reference in New Issue
Block a user