Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some warnings to fix #64

Closed
1 task done
anelad opened this issue Jan 12, 2018 · 2 comments
Closed
1 task done

Some warnings to fix #64

anelad opened this issue Jan 12, 2018 · 2 comments

Comments

@anelad
Copy link

anelad commented Jan 12, 2018

  • I've searched other open/closed issues for duplicates before opening up this new issue.

Report

What did you do?

Just installed via CocoaPods.

What did you expect to happen?

No warnings or errors.

What happened instead?

  1. Don't know how but there are 4 non-compilable sources in the Compile Sources list. I forked the Down project and see that there are not in the Compile Sources list. Odd.

    • case_fold_switch.inc
    • COPYING
    • entities.inc
    • module.modulemap
  2. latex.c line 185: realurllen = url_len; gives warning:
    Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int'

    A type casting solves the issue.
    realurllen = (int) url_len;

P.S: Thank you for this great spec! It saved a life!

@iwasrobbed
Copy link
Collaborator

Hi @anelad 👋 Does this help address your issue? #26

@anelad
Copy link
Author

anelad commented Jan 13, 2018

Hi @iwasrobbed. Don’t know how I couldn’t see that. Sorry & thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants