From 21856b99a42f56f1146b02fa9d165b27ba690463 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 2 Nov 2007 19:36:55 +0000
Subject: [PATCH] From Gerri: Fix compiler warnings on Linux.

git-svn-id: http://root.cern.ch/svn/root/trunk@20630 27541ba8-7e3a-0410-8455-c3a389f83636
---
 base/src/TGuiFactory.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/src/TGuiFactory.cxx b/base/src/TGuiFactory.cxx
index 4cd75a8babe..50fb8f62a90 100644
--- a/base/src/TGuiFactory.cxx
+++ b/base/src/TGuiFactory.cxx
@@ -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.
 
-- 
GitLab