mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 06:50:24 +01:00
Util: fix msvc build
The MSVC preprocessor doesnt understand #warning
Fixes: 2e1e6511f7 ("util: extract get_process_name from xmlconfig.c")
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
f9b6dfd919
commit
93a5c9bc99
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ __getProgramName()
|
|||
# define GET_PROGRAM_NAME() __getProgramName()
|
||||
# else
|
||||
# define GET_PROGRAM_NAME() ""
|
||||
# warning "Per application configuration won't work with your OS version."
|
||||
# pragma message ( "Warning: Per application configuration won't work with your OS version." )
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue