JetBrains / UnrealLink

Apache License 2.0
128 stars 24 forks source link

Fix Unreferenced Formal Parameter warning #279

Closed KristofMorva closed 1 month ago

KristofMorva commented 3 months ago

There's this compiler warning reported for the FormatStr parameter (if JB_DEBUG_MODE is 0, which is the default) under MSVC 14: Unreferenced Formal Parameter.

Marking it as maybe_unused resolves this.

DecoyRS commented 3 months ago

Hello @KristofMorva Let me double check first that we don't have UE4 C++14 users first :)

DecoyRS commented 1 month ago

Should be available in the next public build. Thank you for the PR :)

Edstub207 commented 2 weeks ago

@DecoyRS When is the next public build - We're hitting this as well and currently don't submit the plugin into Perforce as some may use Visual Studio or have older versions of Rider etc...