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

unquoted string warning #1206

Closed
s-trooper opened this issue Aug 15, 2019 · 3 comments · Fixed by #1221
Closed

unquoted string warning #1206

s-trooper opened this issue Aug 15, 2019 · 3 comments · Fixed by #1221
Labels
Milestone

Comments

@s-trooper
Copy link

Arma 3 Version: latest (stable)
CBA Version: latest (stable)

Mods:

- CBA_A3

Description:
Sorry to bother you with such a minor question but i am a beginner and would like be sure that things i do, are correct.

I've got i warning about "unquoted string" in config.cpp compiled with armake2. My issue is more sort of question. Are you sure you macro ´´´VERSION_CONFIG´´´ definition/usage is correct? if so this would a armake2 issue not cba ...

In file addons\main\config.cpp:11: warning: String value "0.1.0.0" is not quoted properly. [unquoted-string]

addons\main\config.cp:

class CfgPatches {
    class ADDON {
        name = CSTRING(COMPONENT);
        units[] = {};
        weapons[] = {};
        requiredVersion = REQUIRED_VERSION;
        requiredAddons[] = {};
        author = "test";
        VERSION_CONFIG;
    };
};

Steps to reproduce:

  1. hemtt create
    ...
  2. hemtt build

Where did the issue occur?
using hemtt / armake2 toolset.

RPT log file:

@jonpas
Copy link
Member

jonpas commented Aug 15, 2019

Yeah, don't worry about it, game will quote it. This is fixed on HEMTT branch, I completely forgot to pull it in seperately again.

@s-trooper
Copy link
Author

Sounds great, thank you for your work.

@jonpas jonpas added this to the 3.13 milestone Aug 15, 2019
@jonpas jonpas added the Bug label Aug 15, 2019
@commy2
Copy link
Contributor

commy2 commented Aug 19, 2019

Close when PR is merged.

@commy2 commy2 reopened this Aug 19, 2019
@commy2 commy2 modified the milestones: 3.13, 3.12.2 Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants