This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
ImHex
Watch
1
Star
0
Fork
0
You've already forked ImHex
mirror of
synced
2024-11-15 11:33:23 +01:00
Code
Releases
Wiki
Activity
fc23efdb25
ImHex
/
lib
/
libimhex
/
include
/
hex
/
helpers
/
intrinsics.hpp
9 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
sys: Replace __builtin_unreachable() with hex::unreachable()
2022-03-22 09:08:34 +01:00
#
pragma once
namespace
hex
{
impr: General code cleanup
2023-11-10 20:47:08 +01:00
void
unused
(
auto
&
&
.
.
.
x
)
{
sys: Enable -Wall, -Wextra, -Werror and fix all warnings on all Platforms (#483) * sys: Make ImHex compile with -Wall -Wextra -Werror * sys: Fixed various build errors on Linux * sys: Explicitly ignore return value of `system` function * sys: More fixes for the warnings GitHub Actions enables somehow * sys: More fixes * sys: Remove -Werror again to see all GitHub Actions warnings * sys: Hopefully fixed all remaining warnings * sys: Added back -Werror * git: Change windows icon in GitHub Actions
2022-03-27 00:01:28 +01:00
(
(
void
)
x
,
.
.
.
)
;
}
sys: Replace __builtin_unreachable() with hex::unreachable()
2022-03-22 09:08:34 +01:00
}
Copy Permalink