Răsfoiți Sursa

remove warning

Bill Hoffman 24 ani în urmă
părinte
comite
240628c223
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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::
 bool cmIfFunctionBlocker::
 IsFunctionBlocked(const char *name, const std::vector<std::string> &args, 
 IsFunctionBlocked(const char *name, const std::vector<std::string> &args, 
-                  cmMakefile &mf)
+                  cmMakefile &)
 {
 {
   if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
   if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
     {
     {