mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-18 12:38:54 -08:00
More fixes while completing sanity check for enums
Typepunning failed, didn't know about the difference between C/C++ with strict aliasing in this specific case...
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
using namespace gen;
|
||||
|
||||
|
||||
|
||||
|
||||
int gen_main()
|
||||
{
|
||||
Memory::setup();
|
||||
|
||||
Reference in New Issue
Block a user