mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00: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:
@@ -22,7 +22,7 @@ done
|
||||
|
||||
cat <<EOF
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
#endif /* JEMALLOC_H_ */
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user