Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
d5f9489f
Commit
d5f9489f
authored
4 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Some minor fixes
parent
cc471a66
No related branches found
No related tags found
No related merge requests found
Pipeline
#7299
passed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/OS_Detection.cmake
+2
-2
2 additions, 2 deletions
cmake/OS_Detection.cmake
dap-sdk/net/server/notify_server/src/dap_notify_srv.c
+1
-1
1 addition, 1 deletion
dap-sdk/net/server/notify_server/src/dap_notify_srv.c
with
3 additions
and
3 deletions
cmake/OS_Detection.cmake
+
2
−
2
View file @
d5f9489f
...
@@ -69,11 +69,11 @@ if(UNIX)
...
@@ -69,11 +69,11 @@ if(UNIX)
endif
()
endif
()
elseif
(
DARWIN
)
elseif
(
DARWIN
)
if
(
DAP_DEBUG
)
if
(
DAP_DEBUG
)
set
(
_CCOPT
"-L/usr/local/lib -I/usr/local/include -DDAP_DEBUG -Wall -Wno-unused-command-line-argument -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -g3 -ggdb -fno-eliminate-unused-debug-symbols -fno-strict-aliasing"
)
set
(
_CCOPT
"-L/usr/local/lib -I/usr/local/include -DDAP_DEBUG -Wall -Wno-unused-command-line-argument -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -g3 -ggdb -fno-eliminate-unused-debug-symbols -fno-strict-aliasing
-std=c11
"
)
set
(
_LOPT
"-L/usr/local/lib "
)
set
(
_LOPT
"-L/usr/local/lib "
)
SET
(
CMAKE_SHARED_LINKER_FLAGS
"
${
CMAKE_SHARED_LINKER_FLAGS
}
"
)
SET
(
CMAKE_SHARED_LINKER_FLAGS
"
${
CMAKE_SHARED_LINKER_FLAGS
}
"
)
else
()
else
()
set
(
_CCOPT
"-L /usr/local/lib -I/usr/local/include -Wno-deprecated-declarations -Wno-unused-command-line-argument -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -O3 -fPIC -fno-strict-aliasing -fno-ident -ffast-math -ftree-vectorize -fno-asynchronous-unwind-tables -ffunction-sections -std=
gnu
11"
)
set
(
_CCOPT
"-L /usr/local/lib -I/usr/local/include -Wno-deprecated-declarations -Wno-unused-command-line-argument -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -O3 -fPIC -fno-strict-aliasing -fno-ident -ffast-math -ftree-vectorize -fno-asynchronous-unwind-tables -ffunction-sections -std=
c
11"
)
set
(
_LOPT
"-L /usr/local/lib "
)
set
(
_LOPT
"-L /usr/local/lib "
)
SET
(
CMAKE_SHARED_LINKER_FLAGS
"
${
CMAKE_SHARED_LINKER_FLAGS
}
-L/usr/local/lib"
)
SET
(
CMAKE_SHARED_LINKER_FLAGS
"
${
CMAKE_SHARED_LINKER_FLAGS
}
-L/usr/local/lib"
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
dap-sdk/net/server/notify_server/src/dap_notify_srv.c
+
1
−
1
View file @
d5f9489f
...
@@ -63,7 +63,7 @@ int dap_notify_server_init()
...
@@ -63,7 +63,7 @@ int dap_notify_server_init()
const
char
*
l_notify_socket_path
=
dap_config_get_item_str_default
(
g_config
,
"notify_server"
,
"listen_path"
,
NULL
);
const
char
*
l_notify_socket_path
=
dap_config_get_item_str_default
(
g_config
,
"notify_server"
,
"listen_path"
,
NULL
);
uint16_t
l_notify_socket_path_mode
=
dap_config_get_item_
uint16
_default
(
g_config
,
"notify_server"
,
"listen_path_mode"
,
0600
);
const
char
*
l_notify_socket_path_mode
=
dap_config_get_item_
str
_default
(
g_config
,
"notify_server"
,
"listen_path_mode"
,
"
0600
"
);
const
char
*
l_notify_socket_address
=
dap_config_get_item_str_default
(
g_config
,
"notify_server"
,
"listen_address"
,
NULL
);
const
char
*
l_notify_socket_address
=
dap_config_get_item_str_default
(
g_config
,
"notify_server"
,
"listen_address"
,
NULL
);
uint16_t
l_notify_socket_port
=
dap_config_get_item_uint16_default
(
g_config
,
"notify_server"
,
"listen_port"
,
0
);
uint16_t
l_notify_socket_port
=
dap_config_get_item_uint16_default
(
g_config
,
"notify_server"
,
"listen_port"
,
0
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment