Gerald Pfeifer gerald@pfeifer.com writes:
Not a patch I am particularily proud of, but the best way I found to get rid of
listview.c:5043: warning: 'strW' might be used uninitialized in this function
issued by GCC, and apart from the added cast it actually is simpler than the original.
It was done the way it is precisely to avoid the non-const cast, which triggers a warning too.