justmao945 / vim-clang

Clang completion plugin for vim
ISC License
358 stars 47 forks source link

When I input std::cout this happens #143

Open ghost opened 3 years ago

ghost commented 3 years ago

A box pops up in vim saying this


clang-7: warning: argument unused during compilation: '-L/nix/store/jsp3h3wpzc842j0rz61m5ly71ak6qgdn-glibc-2.32-54/lib' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-L/nix/store/nfw1qqdi7rpshfkrn3nqf4k6zrhcdkqr-gcc-10.3.0/lib/gcc/x86_64-unknown-linux-gnu/10.3.0' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-L/nix/store/9w7ra0b2nqnbly4v64vwayml255lb9bp-gcc-10.3.0-lib/x86_64-unknown-linux-gnu/lib' [-Wunused-com```

Im not asking to fix the warning i just want to know how to get it out my face