Sha256: 71fa98ff7273469c5e49e73c9679671cac3bd816a42c8c4550f46d5c1170ac73

Contents?: true

Size: 262 Bytes

Versions: 5

Compression:

Stored size: 262 Bytes

Contents

// Copyright (c) 2013 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This will cause LNK4254.
#pragma comment(linker, "/merge:.data=.text")

int main() {
  return 0;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/win/linker-flags/link-warning.cc
mt-libuv-4.1.03 ext/gyp/test/win/linker-flags/link-warning.cc
mt-libuv-4.1.02 ext/gyp/test/win/linker-flags/link-warning.cc
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/win/linker-flags/link-warning.cc
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/win/linker-flags/link-warning.cc