diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-22 20:23:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-22 20:24:50 +0200 |
commit | c5c934083fa2130ec717f8f8335148fb653255c5 (patch) | |
tree | d64acfb8fd021df65a830d2e59a403665ad650b2 /profiles | |
parent | dev-python/jupyterlab-widgets: Stabilize 3.0.11 arm64, #934696 (diff) | |
download | gentoo-c5c934083fa2130ec717f8f8335148fb653255c5.tar.gz gentoo-c5c934083fa2130ec717f8f8335148fb653255c5.tar.bz2 gentoo-c5c934083fa2130ec717f8f8335148fb653255c5.zip |
profiles: for time64, make gcc-13 as prissy as gcc-14
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/time64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults index 165370eeba24..0edc40fa682e 100644 --- a/profiles/features/time64/make.defaults +++ b/profiles/features/time64/make.defaults @@ -5,7 +5,7 @@ # own dogfood. For those who don't... __COMMON_FLAGS_TIME64="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" -CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64}" +CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64} -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion" CXXFLAGS="${CXXFLAGS} ${__COMMON_FLAGS_TIME64}" FCFLAGS="${FCFLAGS} ${__COMMON_FLAGS_TIME64}" FFLAGS="${FFLAGS} ${__COMMON_FLAGS_TIME64}" |