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/a3697a04ebb8
branches:  trunk
changeset: 448597:a3697a04ebb8
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 c48cd333c4e9 -r a3697a04ebb8 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