Skip to content

Commit

Permalink
Small do edits (site update)
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 23, 2024
1 parent 14bbb4a commit 94f58c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Last Updated: 18 September 2024
- [Sharing and pulling data](#sharing-and-pulling)
- [Lazy pulling (high-frequency queries)](#lazy-pulling)
- [Pipelined pulls (high volume queries)](#pipelined-pulls)
- [Custom notification and update handling](#notifications)
- [Custom update handling](#update-handling)
- [Program status / error messages via SMA-X](#status-messages)
- [Optional metadata](#optional-metadata)
- [Error handling](#error-handling)
Expand Down Expand Up @@ -690,8 +690,8 @@ all previously sumbitted requests have been collected. You can do that with:

------------------------------------------------------------------------------

<a name="notifications"></a>
## Custom notifications and update handling
<a name="update-handling"></a>
## Custom update handling

- [Monitoring updates](#monitoring-updates)
- [Waiting for updates](#waiting-for-updates)
Expand Down
4 changes: 2 additions & 2 deletions src/smax-messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ static void ProcessMessage(const char *pattern, const char *channel, const char
XMessage m;
char *ts;

(void) pattern;
(void) length;
(void) pattern; // unused
(void) length; // unused

if(!channel) return;

Expand Down

0 comments on commit 94f58c1

Please sign in to comment.