Skip to content

Commit 5bb8df8

Browse files
author
Requiem
committed
sync dev
1 parent a299936 commit 5bb8df8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/cli.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,10 @@
4545
#define CLI_WINDOWS 0
4646
#endif
4747

48-
#if (_MSC_VER)
49-
#pragma warning(disable : 4061)
50-
#endif
51-
5248
#include "vmaware.hpp"
5349

5450
constexpr const char* ver = "2.5.0";
55-
constexpr const char* date = "November 2025";
51+
constexpr const char* date = "December 2025";
5652

5753
std::string bold = "\033[1m";
5854
std::string underline = "\033[4m";

0 commit comments

Comments
 (0)