Skip to content
Snippets Groups Projects
Commit ad33604d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

unused vars

parent 63ad5a5e
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.19 2002-05-18 09:16:52 geuzaine Exp $ // $Id: Main.cpp,v 1.20 2002-05-18 09:28:12 geuzaine Exp $
// //
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -156,10 +156,8 @@ void Signal (int sig_num){ ...@@ -156,10 +156,8 @@ void Signal (int sig_num){
// General purpose message routine // General purpose message routine
void Msg(int level, char *fmt, ...){ void Msg(int level, char *fmt, ...){
va_list args; va_list args;
int abort=0; int abort=0;
int nb, nbvis;
va_start (args, fmt); va_start (args, fmt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment