Skip to content

Fixed gcc warnings in hrt_main.c

Richard Hacker requested to merge gcc-warnings into master

Latest gcc produce warnings when compiling hrt_main.c, especially with switch -Wshadow. This patch fixes these warnings

Merge request reports