emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 9be7eb4 034/218: Quieten --without-jso


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 9be7eb4 034/218: Quieten --without-json compilation of json-tests.el
Date: Fri, 14 Dec 2018 03:34:50 -0500 (EST)

branch: feature/gnus-select
commit 9be7eb4ff921c054b0fedd70f600c536b446ca93
Author: Glenn Morris <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Quieten --without-json compilation of json-tests.el
    
    * test/src/json-tests.el (json-serialize, json-insert)
    (json-parse-string, json-parse-buffer): Declare.
---
 test/src/json-tests.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/src/json-tests.el b/test/src/json-tests.el
index 3bbf9eb..09067ba 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -26,6 +26,11 @@
 (require 'cl-lib)
 (require 'map)
 
+(declare-function json-serialize "json.c" (object))
+(declare-function json-insert "json.c" (object))
+(declare-function json-parse-string "json.c" (string &rest args))
+(declare-function json-parse-buffer "json.c" (&rest args))
+
 (define-error 'json-tests--error "JSON test error")
 
 (ert-deftest json-serialize/roundtrip ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]