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

compiler fixes #42

Closed
wants to merge 1 commit into from
Closed

compiler fixes #42

wants to merge 1 commit into from

Conversation

ovpn-to
Copy link

@ovpn-to ovpn-to commented Jan 5, 2018

tested compile only with makefile.unix

replace

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64d"/"\ PRI64d\ "/g' -i $file; done

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"%"PRI64d/"%"\ PRI64d/g' -i $file; done

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/\ %"PRI64d/%"\ PRI64d/g' -i $file; done

for file in grep PRIszu *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRIszu"/"\ PRIszu\ "/g' -i $file; done

for file in grep PRI64u *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64u"/"\ PRI64u\ "/g' -i $file; done

for file in grep PRI64x *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64x"/"\ PRI64x\ "/g' -i $file; done

for file in grep PRIpdd *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRIpdd"/"\ PRIpdd\ "/g' -i $file; done

for file in grep PRI64x *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64x,/"\ PRI64x,/g' -i $file; done

@filoozom
Copy link
Contributor

filoozom commented Jan 5, 2018

Already done in #35 or does it change anything else?

@dlwhitehurst
Copy link

@ovpn-to Why not fix all the files and add the spacing around the types where needed and submit a pull-request with actual changed code? I'll do that when I have the time with a separate pull-request with reasoning.

@ovpn-to ovpn-to closed this by deleting the head repository Mar 17, 2023
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

Successfully merging this pull request may close these issues.

3 participants