aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-02 20:51:46 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-02 20:51:46 +0000
commit52fb615708ad16fdcff9ed92c46791d416a4bdb9 (patch)
tree4bf45b9e83633548134219e06eaffbfacfa08221 /epan/filesystem.c
parent761ae95b199c474ebe526077a2dbd36044e2701d (diff)
From Joerg Mayer: get rid of "-Wno-unused" flag in some configure
scripts, and check in changes to add _U_ to some unused arguments (some other should perhaps be used, so we leave the _U_ out so that the warnings serve as a reminder to check those). svn path=/trunk/; revision=4848
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index ccbe167542..247512fb90 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -1,7 +1,7 @@
/* filesystem.c
* Filesystem utility routines
*
- * $Id: filesystem.c,v 1.16 2002/01/04 21:50:26 guy Exp $
+ * $Id: filesystem.c,v 1.17 2002/03/02 20:48:10 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -528,7 +528,11 @@ get_home_dir(void)
* from earlier versions can be read.
*/
char *
-get_persconffile_path(const char *filename, gboolean for_writing)
+get_persconffile_path(const char *filename, gboolean for_writing
+#ifndef WIN32
+ _U_
+#endif
+)
{
char *path;
#ifdef WIN32