Fix Linux build. Why won't this complile? extern int const foo; static
struct drm_driver driver = { .var = foo }; error says foo is not constant
Loading
Please register or sign in to comment
struct drm_driver driver = { .var = foo }; error says foo is not constant