Skip to content

Commit

Permalink
transition: fix build on 32-bit systems
Browse files Browse the repository at this point in the history
Remove an unneeded static assertion.

Fixes #1346

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Oct 2, 2024
1 parent 0ba5a7f commit cd09736
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transition/script.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ enum script_evaluation_result {
SCRIPT_EVAL_OK,
};
typedef struct config_setting_t config_setting_t;
static_assert(alignof(double) > alignof(unsigned), "double/unsigned has unexpected "
"alignment");

#define SCRIPT_CTX_PLACEHOLDER_BASE (0x40000000)

Expand Down

0 comments on commit cd09736

Please sign in to comment.