Files
nethack/sys/unix/hints/include
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
2022-01-08 11:16:57 -05:00
2021-12-31 08:48:24 -05:00
2021-12-31 08:48:24 -05:00