krychu / wfc

Wave Function Collapse library in C, plus a command-line tool
349 stars 20 forks source link

GCC Warning- a_y and b_y are unusued #21

Open nsmryan opened 2 years ago

nsmryan commented 2 years ago

Building this library on Manjaro Linux within the wfc-rs Rust crate warns that a_y and b_y are unused.

Apparently some additional warnings are enabled, at least -Werror.

https://github.com/krychu/wfc/blob/38b08ab7a276ba0e4266c3b85ef7f32cc59d4bce/wfc.h#L464