7zip/C/BraIA64.c

15 lines
342 B
C
Raw Permalink Normal View History

2021-12-27 01:00:00 +01:00
/* BraIA64.c -- Converter for IA-64 code
2023-06-21 02:00:00 +02:00
2023-02-20 : Igor Pavlov : Public domain */
2021-12-27 01:00:00 +01:00
#include "Precomp.h"
2023-06-21 02:00:00 +02:00
// the code was moved to Bra.c
2021-12-27 01:00:00 +01:00
2023-06-21 02:00:00 +02:00
#ifdef _MSC_VER
#pragma warning(disable : 4206) // nonstandard extension used : translation unit is empty
#endif
#if defined(__clang__)
#pragma GCC diagnostic ignored "-Wempty-translation-unit"
#endif