Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 19:05:33 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276340 - head/sys/arm/include
Message-ID:  <201412281905.sBSJ5XqH019126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Dec 28 19:05:32 2014
New Revision: 276340
URL: https://svnweb.freebsd.org/changeset/base/276340

Log:
  Fix a "decl is not a prototype" error noticed by gcc (but not clang).

Modified:
  head/sys/arm/include/cpu-v6.h

Modified: head/sys/arm/include/cpu-v6.h
==============================================================================
--- head/sys/arm/include/cpu-v6.h	Sun Dec 28 19:03:29 2014	(r276339)
+++ head/sys/arm/include/cpu-v6.h	Sun Dec 28 19:05:32 2014	(r276340)
@@ -224,7 +224,7 @@ tlb_flush_all(void)
 }
 
 static __inline void
-tlb_flush_all_ng()
+tlb_flush_all_ng(void)
 {
 
 	dsb();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281905.sBSJ5XqH019126>