KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

Applied several fixes for Clang 5. #273

Closed KazDragon closed 3 years ago

KazDragon commented 3 years ago

Clang is a little more peculiar about the warnings for unused function arguments, etc. Also disabled the tautological compare warning since it was comparing with a variable that happened to be 0, but that requires knowledge beyond that which is available to the function.


This change is Reviewable

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 96.503% when pulling b98dc2c0b1783446d59b8e8b3e68fc3fac421270 on fixes-for-clang-5 into cdbeb9924ff8f3742bd17b55a53a254bfdb536d3 on master.