Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f1c5c3bd
Commit
f1c5c3bd
authored
Sep 11, 2018
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warning about deprecated declaration order.
parent
c351b76f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
20 deletions
+17
-20
src/tools/bld/src/os_linux/hw_x86/variables.mk
src/tools/bld/src/os_linux/hw_x86/variables.mk
+10
-13
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
+7
-7
No files found.
src/tools/bld/src/os_linux/hw_x86/variables.mk
View file @
f1c5c3bd
...
...
@@ -199,27 +199,24 @@ mkdir := mkdir
# Set to /buildversion for frozen dbs versions
wblflags
:=
warnings
:=
-Wall
-Wextra
-Wno-unused-parameter
-Wno-unused-but-set-parameter
-Wno-unused-but-set-variable
-Wno-sign-compare
-Wno-missing-field-initializers
ifeq
($(pwre_btype),rls)
cflags
:=
$(cross_compile)
-c
-O3
-D_GNU_SOURCE
-DPWR_NDEBUG
-D_REENTRANT
-fPIC
-Wno-deprecated-declarations
-Wno-unused-but-set-variable
cflags
:=
$(cross_compile)
-c
-O3
-D_GNU_SOURCE
-DPWR_NDEBUG
-D_REENTRANT
-fPIC
$(warnings)
linkflags
:=
$(cross_compile)
-O3
-L
$(lib_dir)
elinkflags
:=
$(cross_compile)
-O3
-L
$(lib_dir)
-L
$(elib_dir)
explinkflags
:=
$(cross_compile)
-g
-L
$(elib_dir)
cxxflags
:=
$(cflags)
clis
=
/lis
=
$(list)
dolist
=
/lis
=
$(list)
domap
=
-Xlinker
-Map
-Xlinker
$(map)
else
cflags
:=
$(cross_compile)
-c
-g
-Wall
-D_GNU_SOURCE
-D_REENTRANT
-fPIC
-Wno-deprecated-declarations
-Wno-unused-but-set-variable
mmflags
:=
-Wno-deprecated
cflags
:=
$(cross_compile)
-c
-g
-D_GNU_SOURCE
-D_REENTRANT
-fPIC
$(warnings)
linkflags
:=
$(cross_compile)
-g
-L
$(lib_dir)
elinkflags
:=
$(cross_compile)
-g
-L
$(lib_dir)
-L
$(elib_dir)
explinkflags
:=
$(cross_compile)
-g
-L
$(elib_dir)
cxxflags
:=
$(cflags)
-Wno-deprecated
dolist
=
/lis
=
$(list)
clis
:=
domap
=
-Xlinker
-Map
-Xlinker
$(map)
endif
explinkflags
:=
$(cross_compile)
-g
-L
$(elib_dir)
cxxflags
:=
$(cflags)
clis
=
/lis
=
$(list)
dolist
=
/lis
=
$(list)
domap
=
-Xlinker
-Map
-Xlinker
$(map)
log_h_h
=
echo
"Exporting
$<
"
log_x_h
=
echo
"Exporting
$<
to
$(
notdir
$@
)
"
log_l_obj
=
echo
"Compiling
$<
"
...
...
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
View file @
f1c5c3bd
...
...
@@ -1262,25 +1262,25 @@ const AS_shaper* AS_SetupIST(int mode)
/* AS_ISTMAX = 5 currently */
const
static
AS_shaper
no_antisway
static
const
AS_shaper
no_antisway
=
{
AS_NO_AS
,
1
,
{
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
1
.
0
,
1
.
0
,
1
.
0
,
{
0
.
0
,
0
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
M_PI
};
const
static
AS_shaper
d_pulse
=
{
AS_DPULSE
,
2
,
{
1
.
0
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
static
const
AS_shaper
d_pulse
=
{
AS_DPULSE
,
2
,
{
1
.
0
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
2
.
0
,
1
.
0
,
1
.
0
,
{
0
.
0
,
-
M_PI
,
0
.
0
,
0
.
0
,
0
.
0
},
M_PI
};
const
static
AS_shaper
dd_pulse
static
const
AS_shaper
dd_pulse
=
{
AS_DDPULSE
,
3
,
{
0
.
5
,
1
.
0
,
0
.
5
,
0
.
0
,
0
.
0
},
2
.
0
,
0
.
5
,
1
.
0
,
{
0
.
0
,
-
M_PI
,
-
2
.
0
*
M_PI
,
0
.
0
,
0
.
0
},
M_PI
};
const
static
AS_shaper
um_zv
=
{
AS_UMZV
,
3
,
{
1
.
0
,
-
1
.
0
,
1
.
0
,
0
.
0
,
0
.
0
},
static
const
AS_shaper
um_zv
=
{
AS_UMZV
,
3
,
{
1
.
0
,
-
1
.
0
,
1
.
0
,
0
.
0
,
0
.
0
},
1
.
0
,
1
.
0
,
1
.
0
,
{
0
.
0
,
-
M_PI
/
3
.
0
,
-
M_PI
/
1
.
5
,
0
.
0
,
0
.
0
},
M_PI
/
3
.
0
};
const
static
AS_shaper
um_zvd
=
{
AS_UMZVD
,
5
,
{
1
.
0
,
-
1
.
0
,
1
.
0
,
-
1
.
0
,
1
.
0
},
static
const
AS_shaper
um_zvd
=
{
AS_UMZVD
,
5
,
{
1
.
0
,
-
1
.
0
,
1
.
0
,
-
1
.
0
,
1
.
0
},
1
.
0
,
1
.
0
,
1
.
0
,
{
0
.
0
,
-
0
.
56242392468373
,
-
2
.
30111498488178
,
-
4
.
03
980604507982
,
-
4
.
60222996976355
},
0
.
56242392468373
};
const
static
AS_shaper
zv_122
=
{
static
const
AS_shaper
zv_122
=
{
AS_ZV122
,
3
,
{
1
.
0
,
-
2
.
0
,
2
.
0
,
0
.
0
,
0
.
0
},
1
.
0
,
1
.
0
,
2
.
0
,
{
0
.
0
,
-
1
.
31811607165282
,
-
1
.
82347658193698
,
0
.
0
,
0
.
0
},
0
.
505360510284160
};
/* angles are 0, -M_PI/2+asin(1/4), -M_PI/2-asin(1/4) */
const
static
AS_shaper
zvd_122
static
const
AS_shaper
zvd_122
=
{
AS_ZVD122
,
5
,
{
1
.
0
,
-
2
.
0
,
2
.
0
,
-
2
.
0
,
2
.
0
},
1
.
0
,
1
.
0
,
2
.
0
,
{
0
.
0
,
-
0
.
95759740098188
,
-
1
.
74292794797482
,
-
3
.
96664437406570
,
-
4
.
26595739903213
},
...
...
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