Browse Source

remove warning

Bill Hoffman 24 năm trước cách đây
mục cha
commit
240628c223
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/cmIfCommand.cxx

+ 1 - 1
Source/cmIfCommand.cxx

@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 bool cmIfFunctionBlocker::
 IsFunctionBlocked(const char *name, const std::vector<std::string> &args, 
-                  cmMakefile &mf)
+                  cmMakefile &)
 {
   if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
     {