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

wrong global variable detect in header files #11

Open
binarymaker opened this issue Oct 12, 2019 · 0 comments
Open

wrong global variable detect in header files #11

binarymaker opened this issue Oct 12, 2019 · 0 comments

Comments

@binarymaker
Copy link

global variable 9 detected in same line.
please refer source code
https://github.com/binarymaker/stdclib/blob/develop/source/stdtypes.h

source>ravioli -f -x h .
-------------------------------------------------------------------------------
Globals
-------------------------------------------------------------------------------
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
stdtypes.h:93 FALSE
-------------------------------------------------------------------------------
Functions                                                            complexity
-------------------------------------------------------------------------------
stdtypes.h:123
    STDTYPES_IsAlphaNumeric                                                  3
stdtypes.h:158
    STDTYPES_IsControl                                                       3
stdtypes.h:196
    STDTYPES_IsPunct                                                         3
stdtypes.h:224
    STDTYPES_IsSpace                                                         3
stdtypes.h:234
    STDTYPES_IsHexDigit                                                      3
stdtypes.h:87
    STDTYPES_IsAlpha                                                         2
stdtypes.h:105
    STDTYPES_IsDigit                                                         2
stdtypes.h:140
    STDTYPES_IsAscii                                                         2
stdtypes.h:177
    STDTYPES_IsGraph                                                         2
stdtypes.h:214
    STDTYPES_IsPrintable                                                     2
stdtypes.h:244
    STDTYPES_IsLower                                                         2
stdtypes.h:254
    STDTYPES_IsUpper                                                         2
stdtypes.h:264
    STDTYPES_ToLower                                                         2
stdtypes.h:274
    STDTYPES_ToUpper                                                         2
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

1 participant