This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- templates/Makefile.template 2017-07-11 18:11:30.000000000 -0300 | |
+++ templates/Makefile.template 2017-08-01 19:28:51.077076488 -0300 | |
@@ -225,7 +225,7 @@ | |
HOST_LD ?= $(LD) | |
HOST_LDXX ?= $(LDXX) | |
- CFLAGS += -std=c99 -Wsign-conversion -Wconversion ${' '.join(warning_var('$(W_%s)', warning) for warning in PREFERRED_WARNINGS)} | |
+ CFLAGS += -std=c99 -Wsign-conversion -Wno-conversion -Wno-implicit-fallthrough ${' '.join(warning_var('$(W_%s)', warning) for warning in PREFERRED_WARNINGS)} | |
CXXFLAGS += -std=c++11 | |
% for arg in ['CFLAGS', 'CXXFLAGS', 'CPPFLAGS', 'LDFLAGS', 'DEFINES']: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:01,160--> 00:00:02,829 | |
Eu não sei que ele fez Charlie, | |
2 | |
00:00:02,864--> 00:00:05,195 | |
a professora me ligou há pouco e me disse para vir buscá-lo. | |
3 | |
00:00:05,230--> 00:00:08,924 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Meu novo Site :: Sites</title> | |
<link href="http://localhost:8000/css/sites.css" rel="stylesheet"> | |
<script type="text/javascript"> |