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

From Gerri:

Fix compiler warnings on Linux.


git-svn-id: http://root.cern.ch/svn/root/trunk@20630 27541ba8-7e3a-0410-8455-c3a389f83636
parent 877f4319
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ TCanvasImp *TGuiFactory::CreateCanvasImp(TCanvas *c, const char *title, Int_t x,
}
//______________________________________________________________________________
TBrowserImp *TGuiFactory::CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt)
TBrowserImp *TGuiFactory::CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *)
{
// Create a batch version of TBrowserImp.
......@@ -75,7 +75,7 @@ TBrowserImp *TGuiFactory::CreateBrowserImp(TBrowser *b, const char *title, UInt_
}
//______________________________________________________________________________
TBrowserImp *TGuiFactory::CreateBrowserImp(TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt)
TBrowserImp *TGuiFactory::CreateBrowserImp(TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *)
{
// Create a batch version of TBrowserImp.
......
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