Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SFT-4357: Fix -Werror=dangling-pointer.
Due to the update to Ubuntu 24.04 on the CI it causes this warning to be emitted, and as a result the build fails. This code takes the pointer of a variable on the stack to measure the stack usage. * py/stackctrl.c: Disable -Wdangling-pointer warning.
- Loading branch information