Skip to content

build: Fix trailing semicolon check for GCC pedantic warnings

Apparently some GCC10 releases also have the bug, so rewriting the semicolon pedantic check to avoid failing.

(For some reason it passed on GCC10 tests from ns-3-dev, but failed in nr's CI... go figure...)

Merge request reports