|
1 | 1 | # |
2 | | -# Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved. |
| 2 | +# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | # |
5 | 5 | # This code is free software; you can redistribute it and/or modify it |
@@ -59,9 +59,11 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBSA, \ |
59 | 59 | NAME := saproc, \ |
60 | 60 | TOOLCHAIN := $(SA_TOOLCHAIN), \ |
61 | 61 | OPTIMIZATION := HIGH, \ |
62 | | - DISABLED_WARNINGS_microsoft := 4267, \ |
63 | | - DISABLED_WARNINGS_gcc := sign-compare pointer-arith, \ |
64 | | - DISABLED_WARNINGS_clang := sign-compare pointer-arith format-nonliteral, \ |
| 62 | + DISABLED_WARNINGS_gcc := sign-compare, \ |
| 63 | + DISABLED_WARNINGS_gcc_ps_core.c := pointer-arith, \ |
| 64 | + DISABLED_WARNINGS_clang := sign-compare, \ |
| 65 | + DISABLED_WARNINGS_clang_libproc_impl.c := format-nonliteral, \ |
| 66 | + DISABLED_WARNINGS_clang_sadis.c := format-nonliteral, \ |
65 | 67 | CFLAGS := $(CFLAGS_JDKLIB) $(SA_CFLAGS), \ |
66 | 68 | CXXFLAGS := $(CXXFLAGS_JDKLIB) $(SA_CFLAGS) $(SA_CXXFLAGS), \ |
67 | 69 | EXTRA_SRC := $(LIBSA_EXTRA_SRC), \ |
|
0 commit comments