USNavalResearchLaboratory / cxxplot

A simple to use C++ 2D plotting library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build library due to Unused variable.

imikejackson opened this issue · comments

/tmp/cxxplot/src/utils.cpp:92:17: error: variable 'line_num' set but not used [-Werror,-Wunused-but-set-variable]
    std::size_t line_num = 0;

This is on macOS 14 using Xcode compilers.