diff options
| author | Andre Noll <maan@tuebingen.mpg.de> | 2026-08-23 23:58:32 +0200 |
|---|---|---|
| committer | Andre Noll <maan@tuebingen.mpg.de> | 2026-08-23 23:58:32 +0200 |
| commit | 505aaad4136bc0a98de4e322c172ce70a1c9b070 (patch) | |
| tree | cb3f0c3faaf86cb2d44e0700b9ee4d47ab9ccee2 /error.h | |
| parent | 4ce495ddd9d903ee535074f9f9e3c7913430ada2 (diff) | |
| parent | cc3d12665f843111fdfacfe724b20ff0b6b92582 (diff) | |
Merge topic branch t/misc into pupu
Smallish changes for master
---------------------------
The stuff in here is too small to get its own topic branch. The commits are
generally regarded as safe enough to be applied directly to "master" without
cooking in "next" first. However, if a commit is important enough to get an
item in the NEWS file, the commit should go into a dedicated topic branch.
Unlike most other topic branches, this branch never promotes to "next". When
a set of commits is ready to graduate to "master", the branch is rebased
onto "master" and the commits of the branch are re-ordered so that the
graduating commits appear at the beginning. The last such commit is then
merged into "master". Thanks to the rebase operation, this always results
in a fast-forward merge.
* t/misc:
Remove unused E_BAD_TABLE_NAME.
Kill E_CLIENT_SYNTAX.
mixer sleep: Turn on audiod at startup.
Diffstat (limited to 'error.h')
| -rw-r--r-- | error.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -52,7 +52,6 @@ PARA_ERROR(BAD_SAMPLERATE, "sample rate not supported"), \ PARA_ERROR(BAD_SLICE_NUM, "invalid slice number"), \ PARA_ERROR(BAD_SLICE_SIZE, "slice size zero or too large"), \ - PARA_ERROR(BAD_TABLE_NAME, "invalid table"), \ PARA_ERROR(BAD_USER, "auth request for invalid user"), \ PARA_ERROR(BASE64, "failed to base64-decode ssh public key"), \ PARA_ERROR(BIGNUM, "bignum error"), \ @@ -62,7 +61,6 @@ PARA_ERROR(BTR_NO_CHILD, "btr node has no children"), \ PARA_ERROR(CHILD_CONTEXT, "now running in child context"), \ PARA_ERROR(CHMOD, "failed to set socket mode"), \ - PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \ PARA_ERROR(CLIENT_WRITE, "client write error"), \ PARA_ERROR(COMMAND_SYNTAX, "syntax error in command"), \ PARA_ERROR(CREATE_OPUS_DECODER, "could not create opus decoder"), \ |
