Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0amitz committed Mar 21, 2023
1 parent 0c269d3 commit 0ba3445
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions PetitPotato/PetitPotato.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#pragma comment(lib, "RpcRT4.lib")
#pragma comment(lib, "userenv.lib")

using std::string;

BOOL g_bInteractWithConsole = TRUE;


Expand Down
Binary file modified PetitPotato/x64/Debug/PetitPotato.ilk
Binary file not shown.
8 changes: 4 additions & 4 deletions PetitPotato/x64/Debug/PetitPotato.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
 ms-efsr_c.c
PetitPotato.cpp
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(466,1): warning C4326: “wmain”的返回类型应为“int”而非“void”
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(498,16): warning C4473: “printf”: 没有为格式字符串传递足够的参数
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(498,16): message : 占位符和其参数预计 1 可变参数,但提供的却是 0 参数
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(498,16): message : 缺失的可变参数 1 为格式字符串“%i”所需
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(464,1): warning C4326: “wmain”的返回类型应为“int”而非“void”
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(496,16): warning C4473: “printf”: 没有为格式字符串传递足够的参数
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(496,16): message : 占位符和其参数预计 1 可变参数,但提供的却是 0 参数
C:\Users\whoami\Desktop\PetitPotato\PetitPotato\PetitPotato.cpp(496,16): message : 缺失的可变参数 1 为格式字符串“%i”所需
PetitPotato.vcxproj -> C:\Users\whoami\Desktop\PetitPotato\x64\Debug\PetitPotato.exe
Binary file modified PetitPotato/x64/Debug/PetitPotato.obj
Binary file not shown.
Binary file modified PetitPotato/x64/Debug/ms-efsr_c.obj
Binary file not shown.
Binary file modified PetitPotato/x64/Debug/vc143.pdb
Binary file not shown.

0 comments on commit 0ba3445

Please sign in to comment.