diff options
author | Kai Kang <kai.kang@windriver.com> | 2024-06-13 10:09:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-12 21:08:07 -0700 |
commit | e33270bb821c8f8f3e3f3be501d3a14e0fa035c1 (patch) | |
tree | e489608a45b651c97c8a4d612b0b3d6b548bb2ca /meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb | |
parent | 39d164f0c33d24f40e676aac152dfe50f2c00695 (diff) | |
download | meta-openembedded-e33270bb821c8f8f3e3f3be501d3a14e0fa035c1.tar.gz |
xfwm4: fix gcc -Wincompatible-pointer-types
Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types:
| ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument
2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type
[-Wincompatible-pointer-types]
| 139 | sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec);
| | ^~~~~~
| | |
| | long int *
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb')
0 files changed, 0 insertions, 0 deletions