Revert "ci: fix clang build error on macos/freebsd"

This reverts commit d7abdd314d.
pull/12838/head^2
Delyan Angelov 2021-12-14 16:57:47 +02:00
parent a1efde8b10
commit 73e097c1cb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ const c_common_macros = '
#endif #endif
#ifdef __clang__ #ifdef __clang__
#undef __V_GCC__ #undef __V_GCC__
#undef EMPTY_STRUCT_INITIALIZATION
#define EMPTY_STRUCT_INITIALIZATION 0
#endif #endif
#ifdef _MSC_VER #ifdef _MSC_VER
#undef __V_GCC__ #undef __V_GCC__