mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-01 20:25:23 +01:00
Previously this wasn't utilizing any of the compiler flags, meaning it wasn't applying any of the specified warnings. Since applying the warnings to the target, this uncovered a few warning cases, such as shadowing class variables on MSVC, etc, which have been fixed. |
||
|---|---|---|
| .. | ||
| instructions | ||
| .gitignore | ||
| CMakeLists.txt | ||
| common_types.h | ||
| literal_number.cpp | ||
| literal_number.h | ||
| literal_string.cpp | ||
| literal_string.h | ||
| op.cpp | ||
| op.h | ||
| operand.cpp | ||
| operand.h | ||
| sirit.cpp | ||
| stream.cpp | ||
| stream.h | ||