Thread overview
[Issue 22404] importC: Error: cannot pass argument 'ENUMMEM' of type 'int' to parameter '__tag2'
Oct 17, 2021
Iain Buclaw
Oct 17, 2021
Iain Buclaw
Oct 19, 2021
Dlang Bot
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22404

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22404

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Turns out this is a duplicate of 22403.

*** This issue has been marked as a duplicate of issue 22403 ***

--
October 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22404

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13185 "fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to parameter 'const(char)*'" was merged into stable:

- c3bfd18fbbcae6527879a3c1d051f34260b68136 by Iain Buclaw:
  fix Issue 22404 - importC: Error: cannot pass argument 'ENUMMEM' of type
'int' to parameter '__tag2'

https://github.com/dlang/dmd/pull/13185

--