diff options
author | Jukka Ojanen <jukka.ojanen@linkotec.net> | 2014-10-29 15:59:56 +0200 |
---|---|---|
committer | Jukka Ojanen <jukka.ojanen@linkotec.net> | 2014-10-29 15:59:56 +0200 |
commit | cf01293c196926d9bfccc84bc050682240feae35 (patch) | |
tree | 7307114556dadb7f7307e32ec6770f1c4572c855 /tests | |
parent | be60ff68d4388c3f3034cd75029566beba5f9279 (diff) | |
download | ffts-cf01293c196926d9bfccc84bc050682240feae35.zip ffts-cf01293c196926d9bfccc84bc050682240feae35.tar.gz |
"C++ style comments are not allowed in ISO C90"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c index b1e5509..9559095 100644 --- a/tests/test.c +++ b/tests/test.c @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) input[2*i + 1] = 0.0f; } - // input[2] = 1.0f; + /* input[2] = 1.0f; */ p = ffts_init_1d(i, sign); if (!p) { |