commit | a4915851577c948cf9051d60152944ca2d1b2d59 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Wed Mar 06 11:19:31 2013 -0800 |
committer | Jason Evans <je@fb.com> | Wed Mar 06 11:19:31 2013 -0800 |
tree | 8339c4fdaff3ea1f35fca591ad2c326a462bcb07 | |
parent | 9f9897ad4275e540cf1bea5a6de762c809b7695c [diff] |
Add no-op bodies to VALGRIND_*() macro stubs. Add no-op bodies to VALGRIND_*() macro stubs so that they can be used in contexts like the following without generating a compiler warning about the 'if' statement having an empty body: if (config_valgrind) VALGRIND_MAKE_MEM_UNDEFINED(ret, size);