Changeset 240b2e4 in mainline for kernel/generic/include/assert.h
- Timestamp:
- 2025-04-13T19:05:55Z (4 weeks ago)
- Children:
- c7c6afd
- Parents:
- 62e3411 (diff), 28c39f3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-13 19:05:55)
- git-committer:
- GitHub <noreply@…> (2025-04-13 19:05:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/assert.h
r62e3411 r240b2e4 82 82 #else /* CONFIG_DEBUG */ 83 83 84 #define assert(expr) 85 #define assert_verbose(expr, msg) 86 #define static_assert(expr, msg) 84 #define assert(expr) ((void) 0) 85 #define assert_verbose(expr, msg) ((void) 0) 86 #define static_assert(expr, msg) ((void) 0) 87 87 88 88 #endif /* CONFIG_DEBUG */
Note:
See TracChangeset
for help on using the changeset viewer.