1370b324cSopenharmony_ci/* BraIA64.c -- Converter for IA-64 code 2370b324cSopenharmony_ci2023-02-20 : Igor Pavlov : Public domain */ 3370b324cSopenharmony_ci 4370b324cSopenharmony_ci#include "Precomp.h" 5370b324cSopenharmony_ci 6370b324cSopenharmony_ci// the code was moved to Bra.c 7370b324cSopenharmony_ci 8370b324cSopenharmony_ci#ifdef _MSC_VER 9370b324cSopenharmony_ci#pragma warning(disable : 4206) // nonstandard extension used : translation unit is empty 10370b324cSopenharmony_ci#endif 11370b324cSopenharmony_ci 12370b324cSopenharmony_ci#if defined(__clang__) 13370b324cSopenharmony_ci#pragma GCC diagnostic ignored "-Wempty-translation-unit" 14370b324cSopenharmony_ci#endif 15