-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix discarded-qualifier compiler warnings (#36)
* fix discarded-qualifier compler warnings * fixed compiler warnings/errors
- Loading branch information
Showing
12 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ Release @version@-@release@ Start 28/11/2024 End 03/12/2023 | |
04. upgraded courier-imap to 5.2.6 | ||
05. upgraded maildrop to 3.1.6 | ||
- 01/01/2024 - indimail-3.4.6 | ||
- 10/05/2024 | ||
06. courier-imap/libs/rfc1035/rfc1035str.c: Fix missing prototype for | ||
strcasecmp | ||
|
||
* Tue Nov 28 2023 11:04:28 +0000 Manvendra Bhangui <[email protected]> 1.1.1-1.1%{?dist} | ||
Release 1.1.1-1.1 Start 01/03/2021 End 28/11/2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
/* | ||
* $Log: inquery.h,v $ | ||
* Revision 1.2 2024-05-10 11:43:51+05:30 mbhangui | ||
* fix discarded-qualifier compiler warnings | ||
* | ||
* Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer | ||
* inquery.h | ||
* | ||
*/ | ||
#ifndef INQUERY_H | ||
#define INQUERY_H | ||
|
||
void *inquery(char, char *, char *); | ||
void *inquery(char, const char *, const char *); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ Release 0.4.0-1.1 Start 13/04/2023 End 15/10/2023 | |
- 01/01/2024 - indimail-3.4.6 | ||
- 29/04/2024 | ||
6. logclient.c: fixed compilation warnings | ||
- 10/05/2024 | ||
7. parser.y: added missing prototype for yylex() | ||
|
||
* Thu 08 Sep 2022 14:38:16 +0000 Manvendra Bhangui <[email protected]> 0.3.0-1.1%{?dist} | ||
Release 0.3.0-1.1 Start 25/02/2010 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters