Skip to content
Snippets Groups Projects
Commit 365c8db9 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Compile warning fixes.

parent 6744a189
No related branches found
No related tags found
Loading
...@@ -114,14 +114,6 @@ static ssize_t script_client_istream_read(struct istream_private *stream) ...@@ -114,14 +114,6 @@ static ssize_t script_client_istream_read(struct istream_private *stream)
return ret; return ret;
} }
static void ATTR_NORETURN script_client_istream_seek
(struct istream_private *stream ATTR_UNUSED, uoff_t v_offset ATTR_UNUSED,
bool mark ATTR_UNUSED)
{
// FIXME: implement forward seeking
i_panic("script_client_istream seek() not implemented");
}
static void ATTR_NORETURN script_client_istream_sync static void ATTR_NORETURN script_client_istream_sync
(struct istream_private *stream ATTR_UNUSED) (struct istream_private *stream ATTR_UNUSED)
{ {
......
...@@ -77,7 +77,7 @@ int sieve_extprogram_command_read_operands ...@@ -77,7 +77,7 @@ int sieve_extprogram_command_read_operands
void sieve_extprogram_exec_error void sieve_extprogram_exec_error
(struct sieve_error_handler *ehandler, const char *location, (struct sieve_error_handler *ehandler, const char *location,
const char *fmt, ...); const char *fmt, ...) ATTR_FORMAT(3, 4);
struct sieve_extprogram *sieve_extprogram_create struct sieve_extprogram *sieve_extprogram_create
(const struct sieve_extension *ext, const struct sieve_script_env *senv, (const struct sieve_extension *ext, const struct sieve_script_env *senv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.