mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#442
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/213
Author: @evanmiller
Created: 1/10/2019
Status: ✅ Merged
Merged: 1/30/2019
Merged by: @jmcnamara
Base:
master← Head:strict-prototypes📝 Commits (5)
d4cf758Fix compile-time warnings with strict prototypes enabled. Fixes #208cd8530fFix compile time warnings with strict prototypes enabledb3de0b0fix failing test2ee7248Update parameters in source files too8a9e3c6Merge pull request #1 from jjochen/fix/evanmiller/strict-prototypes📊 Changes
22 files changed (+22 additions, -22 deletions)
View changed files
📝
include/xlsxwriter/app.h(+1 -1)📝
include/xlsxwriter/chartsheet.h(+1 -1)📝
include/xlsxwriter/content_types.h(+1 -1)📝
include/xlsxwriter/core.h(+1 -1)📝
include/xlsxwriter/custom.h(+1 -1)📝
include/xlsxwriter/drawing.h(+1 -1)📝
include/xlsxwriter/format.h(+1 -1)📝
include/xlsxwriter/relationships.h(+1 -1)📝
include/xlsxwriter/shared_strings.h(+1 -1)📝
include/xlsxwriter/styles.h(+1 -1)📝
include/xlsxwriter/theme.h(+1 -1)📝
src/app.c(+1 -1)📝
src/content_types.c(+1 -1)📝
src/core.c(+1 -1)📝
src/custom.c(+1 -1)📝
src/drawing.c(+1 -1)📝
src/format.c(+1 -1)📝
src/relationships.c(+1 -1)📝
src/shared_strings.c(+1 -1)📝
src/styles.c(+1 -1)...and 2 more files
📄 Description
The C standard (and
-Wstrict-prototypes) requires that functions which take no arguments be declared as foobar(void) instead of foobar().🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.