dev(none):Теперь собирается

This commit is contained in:
svad05 2022-07-08 15:56:57 +02:00
parent c503b0023c
commit 87d406ee56
2 changed files with 1 additions and 3 deletions

View File

@ -188,7 +188,7 @@ generate_export_header(profinet
set_target_properties (profinet pn_dev set_target_properties (profinet pn_dev
PROPERTIES PROPERTIES
C_STANDARD 99 C_STANDARD 11
) )
target_compile_features(profinet PUBLIC c_std_99) target_compile_features(profinet PUBLIC c_std_99)

View File

@ -47,7 +47,6 @@ target_compile_options(profinet
PRIVATE PRIVATE
-Wall -Wall
-Wextra -Wextra
-Werror
-Wno-unused-parameter -Wno-unused-parameter
-ffunction-sections -ffunction-sections
-fdata-sections -fdata-sections
@ -83,7 +82,6 @@ target_compile_options(pn_dev
PRIVATE PRIVATE
-Wall -Wall
-Wextra -Wextra
-Werror
-Wno-unused-parameter -Wno-unused-parameter
-ffunction-sections -ffunction-sections
-fdata-sections -fdata-sections