summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2023-03-06 14:21:35 -0500
committerRod Smith <rodsmith@rodsbooks.com>2023-03-06 14:21:35 -0500
commit42eea87e89bdbf4c4548e88428513717a601e05d (patch)
tree660d57e99f5a2b6ecc4fc5e81b0d2c43440078fc /NEWS
parente7a566bd96573b3f71001d0215dab93dcdd120d9 (diff)
downloadsgdisk-42eea87e89bdbf4c4548e88428513717a601e05d.tar.gz
Do some explicit casts in gptcurses.cc to eliminate compiler warnings.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d5b365..dc1660e 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@
partitions when the --largest-new=0 option to sgdisk is used. Thanks to
David Joaquín Shourabi Porcel for this improvement.
+- Make explicit casts in gptcurses.cc to eliminate compiler warnings about
+ mis-matched types in printw() statements.
+
1.0.9 (4/14/2022):
------------------