projects
/
project
/
libubox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
blobmsg: fix array out of bounds GCC 10 warning
[project/libubox.git]
/
assert.h
1
#pragma once
2
3
#ifdef NDEBUG
4
#undef NDEBUG
5
#include <assert.h>
6
#define NDEBUG
7
#else
8
#include <assert.h>
9
#endif