diff options
author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2024-08-26 16:16:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:10 -0700 |
commit | a4cad069d2c036f9e6ef07e57bb35d91008d1ff7 (patch) | |
tree | f3fe7a45dd24f6f73efaa653fa2fd5f4f3e49788 /meta-python/recipes-devtools/python/python3-pexpect/0001-FSM.py-change-shebang-from-python-to-python3.patch | |
parent | 3f825482d339d66f03b1578cc4cc1d75da7b439c (diff) | |
download | meta-openembedded-a4cad069d2c036f9e6ef07e57bb35d91008d1ff7.tar.gz |
directfb: Fix C++17 build warning
DirectFB explicitly supports usage of C++. With C++17 and later the below
warning is given:
lib/direct/util.h:223:19:
warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
223 | register int ret = 0;
| ^~~
To address that, this commit brings in the patch proposed by PR which
removes the usage of the register keyword:
https://github.com/deniskropp/DirectFB/pull/25
Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pexpect/0001-FSM.py-change-shebang-from-python-to-python3.patch')
0 files changed, 0 insertions, 0 deletions