Files
nethack/sys/unix/hints
nhmall 96c71660c6 fix two reported warnings with SERVER_ADMIN_MSG defined
Report stated a -Wformat-nonliteral at line 612,
and a -Wformat-security at line 614

I was only seeing the latter, so I added the former to the
flags in sys/unix/hints/include/compiler.370. Some compiler
versions have that warning on by default internally and others
don't. If the format string isn't a string literal, there's no
inteference with printf argument checking because that only
operates on string literals.
2022-02-07 09:16:31 -05:00
..
2018-11-11 10:29:52 -05:00
2022-02-04 18:03:08 -05:00
2022-02-04 18:55:12 -05:00
2020-08-13 11:35:26 -04:00