Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libnvmm Ah, I had warnings disabled, fix the build.
details:   https://anonhg.NetBSD.org/src/rev/ad5d18da6fdb
branches:  trunk
changeset: 996632:ad5d18da6fdb
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Feb 05 17:03:10 2019 +0000
description:
Ah, I had warnings disabled, fix the build.
diffstat:
 tests/lib/libnvmm/h_io_assist.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a9d10f87e7ab -r ad5d18da6fdb tests/lib/libnvmm/h_io_assist.c
--- a/tests/lib/libnvmm/h_io_assist.c   Tue Feb 05 15:03:35 2019 +0000
+++ b/tests/lib/libnvmm/h_io_assist.c   Tue Feb 05 17:03:10 2019 +0000
@@ -49,7 +49,7 @@
 
 static char iobuf[IO_SIZE];
 
-static uint8_t *databuf;
+static char *databuf;
 static uint8_t *instbuf;
 
 static void
Home |
Main Index |
Thread Index |
Old Index