arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
457 stars 90 forks source link

Suppress unused parameter warning #65

Closed VisualEhrmanntraut closed 7 months ago

arun11299 commented 2 years ago

I am not sure whether this change is platform agnostic. Is it ?

VisualEhrmanntraut commented 2 years ago

I am not sure whether this change is platform agnostic. Is it ?

It's a standard C++ attribute. Also, this PR is two years old lol

hebasto commented 10 months ago

It's a standard C++ attribute.

This project requires C++11 standard. However, the maybe_unused attribute is available since C++17.