lib/simbricks/pcie,network: avoid empty intro structs
Empty structs are not standard C and sizeof for them in gcc is zero but for c++ is 1.
Showing
Please register or sign in to comment
Empty structs are not standard C and sizeof for them in gcc is zero but for c++ is 1.