Skip to content

Commit 3fb24c5

Browse files
committed
upd
1 parent 3d985d9 commit 3fb24c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QapGenV2025/QapGen/QapGen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ string g_version="{\"version\":\"1.0\"}";
1818
#undef QapAssert
1919
#undef QapNoWay
2020
#undef QapDebugMsg
21-
#define QapAssert(CODE){CODE;}
21+
#define QapAssert(CODE){(void)(CODE);}
2222
#define QapNoWay(...){}
2323
#define QapDebugMsg(...){}
2424
#endif
@@ -485,7 +485,6 @@ int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,i
485485
#else// 655.864 ms for 2 251 060 áàéò 3.4322 mb/s vs nodejs(10.42mb/sec)
486486
// 536.882 ms - 4.199 mb/sec - new version
487487
// 272.522 ms - 8.260 mb/sec - without debug stuff
488-
#endif
489488
//for(;;);
490489
//main2();
491490
//file_put_contents("test.bin",s);
@@ -507,6 +506,7 @@ int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,i
507506
printMapsJsonLike(t2maxn,t2c);
508507
#endif
509508
#endif
509+
#endif
510510
return 0;
511511
}
512512
#else

0 commit comments

Comments
 (0)