-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Labels
Description
Problem:
-Wcast-qualis not enabled withawslc.- The
S2N_LIBCRYPTOenvironmental variable needs to be set for that-Wcast-qualto be enabled.
Lines 212 to 215 in 45bf1d4
if (NOT $ENV{S2N_LIBCRYPTO} MATCHES "awslc") # add cast-qual back in for non AWS-LC target_compile_options(${PROJECT_NAME} PRIVATE -Wcast-qual) endif()
Requirements / Acceptance Criteria:
What must a solution address in order to solve the problem? How do we know the solution is complete?
-Wcast-qualshould be enabled even if no environmental variables are set.-Wcast-qualshould be enabled forawslc.