| 20 Nov 2025 |
Qyriad | oh you mean compilation of Lix itself? | 16:09:19 |
Qyriad | well there's #pragma warning, but for anything more complex you'll have to write a clang-tidy lint. luckily there are already clang-tidy lints in the codebase you can look at | 16:10:09 |
just1602 | I'll try #pragma warning, it's just for a one off. It's we print a deprecation warning at runtime, and eldritch horrors want a compile time warning when we hit the version we target for the removal | 16:12:30 |
just1602 | Qyriad: ok, #pragma message seems to do what I was looking for, #pragma warning was just giving an error that warning wasn't a valid pragma instead of displaying the text | 16:18:24 |