You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accel-config: Fixes for pedantic compiler warnings
Debian builds enable the -Wpedantic option that gives warnings for
features that are supported by GCC but prohibited by other compilers.
This project is tied to the GCC compiler and uses several GCC
builti-ins. Provide fixes to warnings that are potential issues.
Several benighn warnings are suppressed using GCC #pragma.
Signed-off-by: Ramesh Thomas <[email protected]>
Reviewed-by: Dave Jiang <[email protected]>
Reviewed-by: Colin King <[email protected]>
0 commit comments