From f0391648e31c32e168dd94915b77364b43fa642b Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sat, 23 Aug 2014 15:36:22 -0400 Subject: [PATCH] Fix compiler warning from last commit. --- eeschema/schframe.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeschema/schframe.cpp b/eeschema/schframe.cpp index 7563a8a003..aca6545b66 100644 --- a/eeschema/schframe.cpp +++ b/eeschema/schframe.cpp @@ -1093,6 +1093,8 @@ bool SCH_EDIT_FRAME::isAutoSaveRequired() const return sheetList.IsAutoSaveRequired(); } + + return false; }