Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Issue 1836443002: Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS (Closed)

Created:
4 years, 9 months ago by Wei Li
Modified:
4 years, 8 months ago
Reviewers:
Tom Sepez, brucedawson
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS The macro _CRT_SECURE_NO_WARNINGS is no longer needed for chromium code as pdfium code itself is warning free; For standalone build, the macro may suppress warnings from third party code. But it has no use now as it is shadowed by disabled 4996 warnings. This is one of the efforts to re-enable warnings for pdfium code. BUG=pdfium:29 R=brucedawson@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/85ff9870a48e3ad69228e7fa813b558f51483028

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -4 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M core/fxcrt/include/fx_system.h View 1 chunk +0 lines, -1 line 0 comments Download
M pdfium.gyp View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
Wei Li
PTAL, thanks
4 years, 9 months ago (2016-03-25 01:42:27 UTC) #3
Tom Sepez
Deferring to Bruce.
4 years, 9 months ago (2016-03-25 15:50:54 UTC) #5
brucedawson
If we remove _CRT_SECURE_NO_WARNINGS then we make it harder to ever enable C4996 warnings in ...
4 years, 9 months ago (2016-03-25 17:56:35 UTC) #6
Wei Li
On 2016/03/25 17:56:35, brucedawson wrote: > If we remove _CRT_SECURE_NO_WARNINGS then we make it harder ...
4 years, 8 months ago (2016-03-29 20:06:12 UTC) #8
brucedawson
Please reformat the description to fit in 72 characters - standard git commit message maximum ...
4 years, 8 months ago (2016-03-29 21:02:41 UTC) #9
Wei Li
On 2016/03/29 21:02:41, brucedawson wrote: > Please reformat the description to fit in 72 characters ...
4 years, 8 months ago (2016-03-29 22:13:42 UTC) #18
Wei Li
4 years, 8 months ago (2016-03-30 00:15:59 UTC) #20
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
85ff9870a48e3ad69228e7fa813b558f51483028 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698