[Compilation] Fix Clang 23
This commit is contained in:
committed by
Radosław Gliński
parent
f4f821215e
commit
f3086cfced
@@ -228,6 +228,7 @@ else()
|
|||||||
# C-specific warnings
|
# C-specific warnings
|
||||||
add_compile_options(
|
add_compile_options(
|
||||||
$<$<COMPILE_LANGUAGE:C>:-Wno-implicit-function-declaration>
|
$<$<COMPILE_LANGUAGE:C>:-Wno-implicit-function-declaration>
|
||||||
|
$<$<COMPILE_LANGUAGE:C>:-Wno-incompatible-pointer-types>
|
||||||
)
|
)
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#ifndef XENIA_CPU_BACKEND_ASSEMBLER_H_
|
#ifndef XENIA_CPU_BACKEND_ASSEMBLER_H_
|
||||||
#define XENIA_CPU_BACKEND_ASSEMBLER_H_
|
#define XENIA_CPU_BACKEND_ASSEMBLER_H_
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace xe {
|
namespace xe {
|
||||||
|
|||||||
Reference in New Issue
Block a user