commit | 7a41be6235f61a4319a206f9a1469649d81ab6f7 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Sat Oct 31 13:06:55 2015 -0700 |
committer | Austin Schuh <austin@peloton-tech.com> | Sat Oct 31 13:06:55 2015 -0700 |
tree | 6e75e54973fca765470f7f4899843d112f48dd16 | |
parent | 2a3c11dd130bb193d03e03ff230fec4754d38c00 [diff] [blame] |
Suppress unused return values when using -c opt. Change-Id: I9cfe54f1b71d4b2b5e321cd09282db2852664377
diff --git a/aos/linux_code/ipc_lib/queue.cc b/aos/linux_code/ipc_lib/queue.cc index 81ad51b..21a2ea8 100644 --- a/aos/linux_code/ipc_lib/queue.cc +++ b/aos/linux_code/ipc_lib/queue.cc
@@ -1,4 +1,5 @@ #if !AOS_DEBUG +#undef NDEBUG #define NDEBUG #endif