gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
787 stars 149 forks source link

Fix warnings #39

Closed MartinDelille closed 2 years ago

MartinDelille commented 2 years ago

Essentially "zero as null pointer constant"

gamecreature commented 2 years ago

Thanks for your work. But it's a bit tricky... It changes the requirement of the library to use c++11 or higher

MartinDelille commented 2 years ago

I understand. What do you think of this change ? 300d509

gamecreature commented 2 years ago

I don't like macros like this. ;-) But I don't think there's a very good alternative for it... I will merge this. Thanks!