diff options
| author | 2026-04-04 04:46:13 +1100 | |
|---|---|---|
| committer | 2026-04-04 04:46:13 +1100 | |
| commit | 3f75ea4e1c349d169e905b467c9f30ceb5082197 (patch) | |
| tree | b390fe68f218bfdad75b9296ea89f8bd4d331cc8 /scripts/src | |
| parent | 482871ee17dc539a01bfc176f09da2199f668356 (diff) | |
Various cleanups:
* emu/device.cpp: Take std::string_view tag in constructor.
* emu/save.cpp: Cleaned up interface for reporting error messages.
* docs: Cleaned up stuff that's no longer relevant.
* machine/s3c44b0.cpp: Overhauled logging.
* osd/modules/lib/osdobj_common.cpp: Removed CoreAudio options that
no longer do anything.
* Cleaned up some more stuff to prepare for 64-bit offs_t.
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/osd/modules.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/src/osd/modules.lua b/scripts/src/osd/modules.lua index fddf73b4046..04892b50959 100644 --- a/scripts/src/osd/modules.lua +++ b/scripts/src/osd/modules.lua @@ -154,12 +154,6 @@ function osdmodulesbuild() ext_includedir("asio"), } - if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then - buildoptions { - "-Wno-unused-private-field", - } - end - if _OPTIONS["targetos"]=="windows" then includedirs { MAME_DIR .. "3rdparty/winpcap/Include", |
