n/turbulence: quiesce warning about glorious hack

This commit is contained in:
Danny Robson 2015-10-07 00:23:28 +11:00
parent 8b458ad452
commit ed124949a8

View File

@ -58,7 +58,7 @@ namespace util { namespace noise {
// the constructor. i know this is horrible, but there's no time to
// write the proper generator constructor to pass out the seeds.
union {
char _[0];
char _;
P perturb[S];
};