Why is this a warning? I think there are many cases when is more clear to use multi-char int constants instead of \"no meaning\" numbers or instead of defining const variabl
This warning is useful for programmers that would mistakenly write 'test' where they should have written "test".
'test'
"test"
This happen much more often than programmers that do actually want multi-char int constants.