diff options
| author | Jeremy Kniager <jeremyk@lunarg.com> | 2019-06-17 14:04:38 -0600 |
|---|---|---|
| committer | jeremyk-lunarg <jeremyk@lunarg.com> | 2019-06-20 09:47:51 -0600 |
| commit | 7a5656a4aefdc3af698cdc8f5e2fc55b7743fa5d (patch) | |
| tree | baf4bfbf75a712673dbc918535c4f4d71cf909de /scripts/check_code_format.sh | |
| parent | 35a7de8396de09fea82f8dd663d3a2087c6b7f0b (diff) | |
| download | usermoji-7a5656a4aefdc3af698cdc8f5e2fc55b7743fa5d.tar.xz | |
vulkaninfo: Fix issue 202
Vulkaninfo was replacing function `snprintf`
with function `_snprintf` on windows.
This seems to be for backwards compatiblity
with VS2013.
`_snprintf` is considered deprecated in VS2015
as `snprintf` is properly implemented.
Since we are dropping compatibility with VS2013 it
seems like this replacement should be removed.
Due to AppVeyor failing to build when this pre-processor
command is removed entirely, the command has been modified
to replace `snprintf` with `_snprintf_s`.
This command should hopefully be removed entirely in a future
commit.
Change-Id: I85f726fcb0a1cfcc902487100d35dc63d2ba00d8
Diffstat (limited to 'scripts/check_code_format.sh')
0 files changed, 0 insertions, 0 deletions
