Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaacfeba

Browse files
committed
Suppress compile warning.
1 parente8a3e6b commitaacfeba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎contrib/pgcrypto/internal.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/internal.c,v 1.18 2005/07/1003:55:28 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/internal.c,v 1.19 2005/07/1017:22:54 tgl Exp $
3030
*/
3131

3232

@@ -814,7 +814,8 @@ px_get_pseudo_random_bytes(uint8 *dst, unsigned count)
814814
}
815815

816816
statictime_tseed_time=0;
817-
staticvoidsystem_reseed()
817+
818+
staticvoidsystem_reseed(void)
818819
{
819820
uint8buf[1024];
820821
intn;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp