Array subscript has type ‘char’ [-Wchar-subscripts]

后端 未结 4 2131
心在旅途
心在旅途 2021-01-21 04:52

I am trying to remove leading/trailing whitespace characters with help below helper function. When compiling i am getting warning: array subscript has type ‘char’ [-Wchar-subsc

4条回答
提交回复
热议问题