Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
IceT
IceT
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • IceT
  • IceTIceT
  • Merge Requests
  • !5

Merged
Opened Oct 17, 2017 by Kenneth Moreland@kmorelOwner

Fix warnings on MSVC

  • Overview 1
  • Commits 2
  • Pipelines 4
  • Changes 19

Most of the warnings are about using "unsafe" functions. In addition to replacing string functions like strcpy with counting strncpy versions, which makes sense, older MSVC versions for some reason don't support POSIX versions of these functions. Instead, they have their weird offshoots, which is a pain.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: icet/icet!5
Source branch: msvc-warnings