Skip to content
Snippets Groups Projects
Commit 96b46c3e authored by Rene Brun's avatar Rene Brun
Browse files

Remove a compiler warning about unused parameter fd

git-svn-id: http://root.cern.ch/svn/root/trunk@14104 27541ba8-7e3a-0410-8455-c3a389f83636
parent 96a7173a
No related branches found
No related tags found
No related merge requests found
// @(#)root/gfal:$Name: $:$Id: TGFALFile.cxx,v 1.1 2005/12/10 01:19:52 rdm Exp $
// @(#)root/gfal:$Name: $:$Id: TGFALFile.cxx,v 1.2 2006/02/24 08:45:31 rdm Exp $
// Author: Fons Rademakers 8/12/2005
/*************************************************************************
......@@ -247,7 +247,7 @@ Long64_t TGFALFile::SysSeek(Int_t fd, Long64_t offset, Int_t whence)
}
//______________________________________________________________________________
Int_t TGFALFile::SysStat(Int_t fd, Long_t *id, Long64_t *size, Long_t *flags,
Int_t TGFALFile::SysStat(Int_t /*fd*/, Long_t *id, Long64_t *size, Long_t *flags,
Long_t *modtime)
{
// Interface to TSystem:GetPathInfo(). Generally implemented via
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment