diff options
Diffstat (limited to 'core/datatrak.c')
-rw-r--r-- | core/datatrak.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/datatrak.c b/core/datatrak.c index 6c9b00764..272aa3424 100644 --- a/core/datatrak.c +++ b/core/datatrak.c @@ -1,5 +1,7 @@ +#ifdef __clang__ // Clang has a bug on zero-initialization of C structs. #pragma clang diagnostic ignored "-Wmissing-field-initializers" +#endif #include <stdlib.h> #include <stdio.h> |