internal: Make static analysis more happy (#8767)
* make functions used in 1 file static * fix invalid substr param -1 * give default initializer to borderGradier * move RASSERT from printf to std::print
This commit is contained in:
parent
7c43eed2c1
commit
5b714f05f8
14 changed files with 59 additions and 57 deletions
|
|
@ -27,7 +27,7 @@ using namespace Hyprutils::String;
|
|||
// //
|
||||
// ------------------------------------------------------------ //
|
||||
|
||||
void setAnimToMove(void* data) {
|
||||
static void setAnimToMove(void* data) {
|
||||
auto* const PANIMCFG = g_pConfigManager->getAnimationPropertyConfig("windowsMove");
|
||||
|
||||
CBaseAnimatedVariable* animvar = (CBaseAnimatedVariable*)data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue