commit | fb722f5826df0b569fed16b3bec2056e2e836d69 | [log] [tgz] |
---|---|---|
author | Jackson Cooper-Driver <jackson.cooper-driver@arm.com> | Fri Jun 13 16:46:39 2025 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Fri Jun 13 17:54:34 2025 +0000 |
tree | 38ab507562152375bf36284b9d3bd8bac2c254bb | |
parent | a68b8117235f12568bfd31e9c14b1bf0a1e7f957 [diff] |
CC3XX: Tests: Fix errors when compiling with GCC14 GCC14 has upgraded some warnings to errors and therefore we need to fix them in order to compile the tests. These are the following: - -Wimplicit-function-declaration. Note that in pka_test_virtual_registers we need to update the function call as the arguments passed are incorrect - -Wreturn-mismatch Change-Id: Icea54ceefd9265812e0bdbdb3b97af29d080ca20 Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>