Fix warnings exhibited in Xcode 13.2.1

Merged
#4 · Created  · Last updated

Merged pull request

Merged in warnings (pull request #4)

7c3b5a7·Author: ·Closed by: ·2022-02-15

Description

This fixes several warnings I get in Xcode:

  • This function declaration is not a prototype” for int pffft_simd_size();

  • This old-style function definition is not preceded by a prototype” for validate_pffft_simd

  • Possible misuse of comma operator here” for various lines using commas.

 

0 attachments

0 comments

Loading commits...