-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The warning message is ``` src/ncurses_display.cpp:33:12: warning: format not a string literal and no format arguments [-Wformat-security] 33 | mvwprintw(window, ++row, 2, ("OS: " + system.OperatingSystem()).c_str()); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` The solution is listed at [this thread](spdk/spdk#2237).
- Loading branch information
1 parent
9f0948e
commit 6ccdcd0
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters