-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Cleaning up compiler version checks, compiler warning disable code
Cleaning up how compiler version detection is done to make code easier to read. Also cleaning up how warnings are disabled and restored with macros to help make code more readable as well. Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
- Loading branch information
1 parent
15249be
commit db58c4f
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opensea-common
updated
18 files
+22 −33 | include/code_attributes.h | |
+26 −34 | include/common_types.h | |
+0 −13 | include/constraint_handling.h | |
+7 −18 | include/io_utils.h | |
+0 −14 | include/math_utils.h | |
+10 −1 | include/memory_safety.h | |
+188 −15 | include/predef_env_detect.h | |
+0 −42 | include/windows_version_detect.h | |
+3 −0 | src/constraint_handling.c | |
+4 −4 | src/env_detect.c | |
+50 −22 | src/io_utils.c | |
+4 −4 | src/memory_safety.c | |
+1 −1 | src/secure_file.c | |
+1 −1 | src/secured_env_vars.c | |
+33 −29 | src/string_utils.c | |
+5 −1 | src/time_utils.c | |
+11 −6 | src/windows_secure_file.c | |
+2 −2 | src/windows_version_detect.c |
Submodule opensea-operations
updated
3 files
+8 −8 | include/buffer_test.h | |
+10 −2 | src/buffer_test.c | |
+1 −1 | src/format.c |
Submodule opensea-transport
updated
5 files
+4 −28 | include/intel_rst_defs.h | |
+17 −150 | src/ciss_helper.c | |
+5 −24 | src/csmi_helper.c | |
+6 −63 | src/sg_helper.c | |
+62 −20 | src/win_helper.c |