Skip to content

Fix MSVC build conflict caused by warning log macro - #43

Merged
jingbo-marquis merged 1 commit into
mainfrom
bugfix-warning
Sep 21, 2026
Merged

jingbo-marquis merged 1 commit into
mainfrom
bugfix-warning

Conversation

@jingbo-marquis

Copy link
Copy Markdown
Contributor
  • Remove warning() macro alias from clog.h which clashes with __pragma(warning(...)) expansion in MSVC UCRT headers (C4068)
  • Replace all warning() call sites with the identical warn() alias across renderer, limiter, and oar sources

- Remove warning() macro alias from clog.h which clashes with
  __pragma(warning(...)) expansion in MSVC UCRT headers (C4068)
- Replace all warning() call sites with the identical warn()
  alias across renderer, limiter, and oar sources

Signed-off-by: Jingbo Hou <jingbo.hou@samsung.com>
@jingbo-marquis
jingbo-marquis merged commit 792b0df into main Sep 21, 2026
9 checks passed
@jingbo-marquis
jingbo-marquis deleted the bugfix-warning branch September 21, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants