Remove various bits of lint.

Change-Id: I5f8f61766d2add7fd7ff40d463ea03cb20515988
diff --git a/src/runtime.h b/src/runtime.h
index 913779a..2b3fd7e 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -219,7 +219,7 @@
 
   bool Init(const Options& options, bool ignore_unrecognized);
   void InitNativeMethods();
-  void RegisterRuntimeNativeMethods(JNIEnv*);
+  void RegisterRuntimeNativeMethods(JNIEnv* env);
 
   void StartDaemonThreads();
   void StartSignalCatcher();