libriscv/godot-sandbox

warning: ignoring packed attribute because of unpacked non-POD field

Opened this issue · 2 comments

fire commented
[16/961] Building CXX object libriscv/CMakeFiles/riscv.dir/libriscv/serialize.cpp.obj
C:/Users/ernes/Downloads/godot-riscv/libriscv/lib/libriscv/serialize.cpp:41:32: warning: ignoring packed attribute because of unpacked non-POD field 'riscv::PageAttributes riscv::SerializedPage::attr'
   41 |                 PageAttributes attr;
      |                                ^~~~
scoop install mingw ninja cmake

Yep, it's an annoying warning that I never got around to looking at. I assume it's a packed attribute?

fire commented

Does this still occur?