diff options
author | Sean Allred <code@seanallred.com> | 2014-12-15 16:33:29 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-15 16:33:29 -0500 |
commit | 3e332ab028d1b15b1a255411206368e53b372ff9 (patch) | |
tree | 67d12328b8f93d1147872f89af9645979d4ee425 /sx-request.el | |
parent | 203402f10a7bce27b30d19aa71b96dad9a0e6b3c (diff) | |
parent | 0a2f984d0771b9a921696af1fe3bad10cdbb7b54 (diff) |
Merge pull request #158 from vermiculus/fix-some-warnings
Fix some warnings
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el index a17a982..2d894f0 100644 --- a/sx-request.el +++ b/sx-request.el @@ -156,7 +156,7 @@ the main content of the response is returned." sx-request-remaining-api-requests)) (sx-encoding-clean-content-deep .items))))))) -(defun sx-request-fallback (method &optional args request-method) +(defun sx-request-fallback (_method &optional _args _request-method) "Fallback method when authentication is not available. This is for UI generation when the associated API call would require authentication. |