Module Name:    src
Committed By:   reinoud
Date:           Tue Aug 26 11:55:54 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos_soc.c

Log Message:
Make it compile without DIAGNOSTIC by using __diagused


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/samsung/exynos_soc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos_soc.c
diff -u src/sys/arch/arm/samsung/exynos_soc.c:1.14 src/sys/arch/arm/samsung/exynos_soc.c:1.15
--- src/sys/arch/arm/samsung/exynos_soc.c:1.14	Wed Jun 11 05:54:54 2014
+++ src/sys/arch/arm/samsung/exynos_soc.c	Tue Aug 26 11:55:54 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: exynos_soc.c,v 1.14 2014/06/11 05:54:54 matt Exp $	*/
+/*	$NetBSD: exynos_soc.c,v 1.15 2014/08/26 11:55:54 reinoud Exp $	*/
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -33,7 +33,7 @@
 #define	_ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.14 2014/06/11 05:54:54 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.15 2014/08/26 11:55:54 reinoud Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -212,7 +212,7 @@ exynos_bootstrap(vaddr_t iobase, vaddr_t
 {
 	int error;
 	size_t core_size, audiocore_size;
-	size_t audiocore_pbase, audiocore_vbase;
+	size_t audiocore_pbase, audiocore_vbase __diagused;
 
 #ifdef EXYNOS4
 	if (IS_EXYNOS4_P()) {

Reply via email to