Skip to content

ccmake: Check that getmaxyx result width is non-negative

Brad King requested to merge brad.king/cmake:ccmake-check-width into master

Otherwise GCC 10.1 issues a -Wstringop-overflow= diagnostic when we use the width for indexing.

Merge request reports