Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
069f3cb2
Commit
069f3cb2
authored
Aug 19, 2019
by
Micha Müller
Browse files
Fix warning when compiling CA with gcc9.1
parent
2c6b0821
Changes
2
Hide whitespace changes
Inline
Side-by-side
collectagent/collectagent.cpp
View file @
069f3cb2
...
@@ -559,7 +559,7 @@ int main(int argc, char* const argv[]) {
...
@@ -559,7 +559,7 @@ int main(int argc, char* const argv[]) {
/*
/*
* Start the HTTP Server for the REST API
* Start the HTTP Server for the REST API
*/
*/
CARestAPI
*
httpsServer
;
CARestAPI
*
httpsServer
=
nullptr
;
if
(
restAPISettings
.
enabled
)
{
if
(
restAPISettings
.
enabled
)
{
httpsServer
=
new
CARestAPI
(
restAPISettings
,
&
mySensorCache
,
analyticsController
);
httpsServer
=
new
CARestAPI
(
restAPISettings
,
&
mySensorCache
,
analyticsController
);
config
.
readRestAPIUsers
(
httpsServer
);
config
.
readRestAPIUsers
(
httpsServer
);
...
...
dcdbpusher/Makefile
View file @
069f3cb2
...
@@ -4,8 +4,7 @@ CXXFLAGS += -DBOOST_NETWORK_ENABLE_HTTPS \
...
@@ -4,8 +4,7 @@ CXXFLAGS += -DBOOST_NETWORK_ENABLE_HTTPS \
-I
../common/include
\
-I
../common/include
\
-I
$(DCDBDEPLOYPATH)
/include
-I
$(DCDBDEPLOYPATH)
/include
LIBS
=
-L
../lib
\
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
\
-L
$(DCDBDEPLOYPATH)
/lib/
\
-ldl
\
-ldl
\
-lmosquitto
\
-lmosquitto
\
-lboost_system
\
-lboost_system
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment