aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index a68afc6cd4f..dc2d17f9f67 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5286,7 +5286,7 @@ init_buffer (int initialized)
5286 } 5286 }
5287#else /* not USE_MMAP_FOR_BUFFERS */ 5287#else /* not USE_MMAP_FOR_BUFFERS */
5288 /* Avoid compiler warnings. */ 5288 /* Avoid compiler warnings. */
5289 initialized = initialized; 5289 (void) initialized;
5290#endif /* USE_MMAP_FOR_BUFFERS */ 5290#endif /* USE_MMAP_FOR_BUFFERS */
5291 5291
5292 Fset_buffer (Fget_buffer_create (build_local_string ("*scratch*"))); 5292 Fset_buffer (Fget_buffer_create (build_local_string ("*scratch*")));