Skip to content

Commit d498fc3

Browse files
committed
Fix a warning about a spurious redundant static keyword.
1 parent 32cd170 commit d498fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc-bottom-half/libpreopen/lib/po_err.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
static char error_buffer[1024];
6464
#endif
6565

66+
#if !defined(NDEBUG)
6667
#ifdef __wasilibc_unmodified_upstream
6768
#else
6869
static
6970
#endif
70-
#if !defined(NDEBUG)
7171
void
7272
po_map_assertvalid(const struct po_map *map)
7373
{

0 commit comments

Comments
 (0)