1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Remove packing attribute injected by IDE.

This commit is contained in:
Sandu Liviu Catalin 2021-01-28 05:24:21 +02:00
parent ac162b0c14
commit 611c1bf951

View File

@ -487,7 +487,7 @@ struct alignas(128) SslOptions {
session_id_cache = opt.enabled;
}
#endif
} __attribute__((packed));
};
namespace priv {