diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-11-10 12:41:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-11-10 12:48:44 -0800 |
commit | 3a7a8084fea33213de8b5999219697168e256386 (patch) | |
tree | 608e6a44ad694975e8546f409d45f61955fb66f0 /vmwarectrl | |
parent | 6eba4505da22067029483f3a8508013dccea49fe (diff) |
Found by clang 13.0.1:
./common_compat.h:1:9: warning: '_COMMON_COMPAT_H_' is used as a header
guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _COMMON_COMPAT_H_
^~~~~~~~~~~~~~~~~
./common_compat.h:2:9: note: '_COMMOM_COMPAT_H_' is defined here;
did you mean '_COMMON_COMPAT_H_'?
#define _COMMOM_COMPAT_H_
^~~~~~~~~~~~~~~~~
_COMMON_COMPAT_H_
Fixes: d8c2f85 ("vmware: Fix build warnings")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-vmware/-/merge_requests/14>
Diffstat (limited to 'vmwarectrl')
0 files changed, 0 insertions, 0 deletions