There was an ABI change between 6.x and 7.1 for passing params like this. As long as OkapiLib was compiled with 7.1+, it is safe to ignore this “note”. I’m 99% sure that is the case.
You can remove it from being reported by using "-Wno-psabi ". I haven’t looked to see where that would go (it is in the compile command in the makefile…somewhere). I haven’t created a makefile in decades so it would be a bit dangerous to trust me on where.