mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Remove extraneous ';' on closing 'extern "C"'
Fixes warning with newer GCCs:
include/jemalloc/jemalloc.h:229:2: warning: extra ';' [-Wpedantic]
};
^
This commit is contained in:
parent
5bd879646c
commit
37fd1115c3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ done
|
|||
|
||||
cat <<EOF
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
#endif /* JEMALLOC_H_ */
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue