diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:57:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:57:32 -0400 |
| commit | 90a8e2db65ad09fe48a03f504302e8dc1f9c77c6 (patch) | |
| tree | ce528ff0f0925145ad477ba25f2765f28d752416 /src/d/actor | |
| parent | 5cb5fe848b314dff2ace754f10134408e6ed3d56 (diff) | |
Fix compilation warning from ygush
Diffstat (limited to 'src/d/actor')
| -rw-r--r-- | src/d/actor/d_a_obj_Ygush00.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_Ygush00.cpp b/src/d/actor/d_a_obj_Ygush00.cpp index bb3fbfdf..02b342d1 100644 --- a/src/d/actor/d_a_obj_Ygush00.cpp +++ b/src/d/actor/d_a_obj_Ygush00.cpp @@ -15,14 +15,12 @@ #include "m_Do/m_Do_mtx.h" #include "weak_data_1811.h" // IWYU pragma: keep - -#include "weak_bss_936_to_1036.h" // IWYU pragma: keep - namespace { static const char l_arcname[] = "Ygush00"; }; #ifdef DEBUG +#include "weak_bss_936_to_1036.h" // IWYU pragma: keep static daObjYgush00_HIO_c l_HIO; #endif |
