Closed ffontaine closed 4 years ago
Allow the user to disable -Werror to avoid the following build failure with gcc 4.8:
libtac/lib/magic.c:138:13: error: ignoring return value of 'read', declared with attribute warn_unused_result [-Werror=unused-result] (void) read(rfd, &seed, sizeof(seed)); ^
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com
Allow the user to disable -Werror to avoid the following build failure with gcc 4.8:
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com