diff src/format_raw.c @ 227:41fc4bfc8b25

Add a debug level spinner at the end of Preferences > Advanced. One can now enable debug mode without restarting geeqie. A possibility to disable all debugging code and related options at compile time was added.
author zas_
date Thu, 03 Apr 2008 17:15:49 +0000
parents c01dd7c9c7dc
children 9de0f88b2b91
line wrap: on
line diff
--- a/src/format_raw.c	Thu Apr 03 14:35:03 2008 +0000
+++ b/src/format_raw.c	Thu Apr 03 17:15:49 2008 +0000
@@ -35,10 +35,10 @@
 #include "format_nikon.h"
 #include "format_olympus.h"
 
-
+#ifdef DEBUG
 /* so that debugging is honored */
 extern gint debug;
-
+#endif
 
 typedef struct _FormatRawEntry FormatRawEntry;
 struct _FormatRawEntry {