Fix -Wrestrict warnings in effects/filters code

Bug #1853918 reported by Jan Holthuis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Fix Released
Medium
Daniel Schürmann

Bug Description

Currently, we're getting some -Wrestrict warnings in the engine code:

src/engine/effects/engineeffect.cpp:211:35: warning: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Wrestrict]
src/engine/effects/engineeffect.cpp:218:35: warning: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Wrestrict]
src/engine/filters/enginefilteriir.h:68:41: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict]
src/engine/filters/enginefiltermoogladder4.h:114:41: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict]

As this could lead to problems, we should fix these warnings ASAP by fixing the or removing the restrict qualifier (if it's not necessary).

Changed in mixxx:
status: New → Fix Committed
assignee: nobody → Daniel Schürmann (daschuer)
milestone: none → 2.3.0
Changed in mixxx:
status: Fix Committed → Fix Released
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/9812

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.