common: Don't return a bool from main()
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Apr 2017 20:01:30 +0000 (22:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Apr 2018 21:14:03 +0000 (23:14 +0200)
commitaab02573197e93132c9263df28b23ec718c4e9b4
tree29f2263337e023f90846c18efe2030bd53b283fb
parent28107860d0c324fa015477299853c4060bb5403e
common: Don't return a bool from main()

gcc now warns about this (rightfully).

(cherry picked from commit b962956cd82ba1900cc6d3390b691b90401bc1b4)
src/common/main.cpp