summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Menu.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-11 18:57:55 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-11 20:29:14 +0200
commit9ba9228a6bf1387b4b34463ba640b09347d6ae2f (patch)
treea52fca0900bfa19965ba729e0afdfdfc666694fa /Libraries/LibGUI/Menu.h
parent797904bafd497c37fd023d8067f7a4fadfbc8298 (diff)
downloadserenity-9ba9228a6bf1387b4b34463ba640b09347d6ae2f.zip
LibC: Make sure assert() expands to *something* in non-DEBUG builds
Sometimes people write strange things like "assert(x), something();" and this will not work if "assert(x)" expands to "". So make it expand to ((void)0) instead.
Diffstat (limited to 'Libraries/LibGUI/Menu.h')
0 files changed, 0 insertions, 0 deletions