mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
fixed minor warning (empty translation unit)
This commit is contained in:
parent
3704507774
commit
d963daa6a9
@ -14,12 +14,8 @@
|
|||||||
* This file will hold wrapper for systems, which do not support pthreads
|
* This file will hold wrapper for systems, which do not support pthreads
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* When ZSTD_MULTITHREAD is not defined, this file would become an empty translation unit.
|
/* create fake symbol to avoid empty trnaslation unit warning */
|
||||||
* Include some ISO C header code to prevent this and portably avoid related warnings.
|
int g_ZSTD_threading_useles_symbol;
|
||||||
* (Visual C++: C4206 / GCC: -Wpedantic / Clang: -Wempty-translation-unit)
|
|
||||||
*/
|
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(ZSTD_MULTITHREAD) && defined(_WIN32)
|
#if defined(ZSTD_MULTITHREAD) && defined(_WIN32)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user