Skip to content

Commit

Permalink
Removed inline attribute on pw3_bswap
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen committed Apr 19, 2023
1 parent c216fb0 commit 690cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pw3.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "postgres.h"
#include "fmgr.h"

pg_attribute_always_inline static void pw3_bswap(void *buf, size_t count)
static void pw3_bswap(void *buf, size_t count)
{
#ifdef WORDS_BIGENDIAN
return;
Expand Down

0 comments on commit 690cc44

Please sign in to comment.