summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2019-10-08 10:04:28 +0100
committer smf- <smf-@users.noreply.github.com>2019-10-08 10:04:28 +0100
commit8938bf861d33e06cc3b726c5c56fbae8bd2a3b4d (patch)
treeaf23dbec03737d4e93bbe526adee4f9fac92d198
parentecffb44944a6d22bd4870da4fb2fcdad42ee0ee7 (diff)
vs2019_clang builds and links with portaudio disabled (nw)
-rw-r--r--makefile2
-rw-r--r--src/frontend/mame/ui/videoopt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 506723bb637..cbcca43e0a3 100644
--- a/makefile
+++ b/makefile
@@ -1204,7 +1204,7 @@ endif
.PHONY: vs2019_clang
vs2019_clang: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=clangcl vs2019
+ $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=clangcl --NO_USE_PORTAUDIO=1 vs2019
ifdef MSBUILD
$(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2019-clang/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif
diff --git a/src/frontend/mame/ui/videoopt.h b/src/frontend/mame/ui/videoopt.h
index c26281ffd1b..6e07e14a029 100644
--- a/src/frontend/mame/ui/videoopt.h
+++ b/src/frontend/mame/ui/videoopt.h
@@ -34,7 +34,7 @@ public:
virtual ~menu_video_options() override;
private:
- enum {
+ enum : uint32_t {
VIDEO_ITEM_ROTATE = 0x80000000,
VIDEO_ITEM_ZOOM,
VIDEO_ITEM_VIEW