Files
nethack/sys/unix/hints
nhmall dd28139a9e QT build warning
The reason that the QT6.2 build on Linux was getting a warning
on qt_main.cpp, but the QT6.2 build on macOS was not, was
because of a difference in compiler flags between clang++ and g++.

clang++ was using the
    -Wno-deprecated-declarations
and g++ wasn't, so add it.
2022-01-15 17:12:06 -05:00
..
2022-01-15 17:12:06 -05:00
2018-11-11 10:29:52 -05:00
2022-01-13 18:27:21 -05:00
2021-12-31 16:06:30 -05:00
2020-08-13 11:35:26 -04:00