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/2ef52b94ad67
branches:  trunk
changeset: 839014:2ef52b94ad67
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 80e5124a8ba1 -r 2ef52b94ad67 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