larroy commented on a change in pull request #12850: Updated nvidia docker base image to CUDA 10.0 URL: https://github.com/apache/incubator-mxnet/pull/12850#discussion_r231897038
########## File path: Makefile ########## @@ -79,7 +79,7 @@ WARNFLAGS= -Wall -Wsign-compare CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS) ifeq ($(DEV), 1) - CFLAGS += -g -Werror + CFLAGS += -g -Werror -fno-var-tracking-assignments Review comment: Can't we try to use a #pragma directly on the code instead of disabling for all platforms in the makefile :-( ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
