From 6ac65c1c1a93c4041db581f5b8bdb68b6c45920f Mon Sep 17 00:00:00 2001 From: Andrius da Costa Ribas Date: Sun, 27 May 2012 11:55:05 -0300 Subject: ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC. --- src/bookmarks/bookmarkowner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/bookmarkowner.cpp b/src/bookmarks/bookmarkowner.cpp index be28448c..141807ca 100644 --- a/src/bookmarks/bookmarkowner.cpp +++ b/src/bookmarks/bookmarkowner.cpp @@ -96,7 +96,7 @@ KAction* BookmarkOwner::createAction(const KBookmark &bookmark, const BookmarkAc return createAction(i18n("Unset this folder as the toolbar folder"), "bookmark-toolbar", "", SLOT(unsetToolBarFolder()), bookmark); default: - ASSERT_NOT_REACHED(); + ASSERT_NOT_REACHED(unknown BookmarkAction); return 0; } } -- cgit v1.2.1