enabled more warnings

This commit is contained in:
2025-11-09 18:37:18 +05:00
parent cf5fda7a1e
commit 4cc226b57a
2 changed files with 11 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ typedef int64_t i64;
typedef uint64_t u64;
typedef float f32;
typedef double f64;
typedef void* ptr;
#if !__cplusplus && !defined(bool)
typedef u8 bool;